#C68D3A

Color #C68D3A Anzac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anzac #C68D3A

Tints of Anzac #C68D3A

Color information

#C68D3A (or 0xC68D3A) is unknown color: approx Anzac. HEX triplet: C6, 8D and 3A. RGB value is (198,141,58). Sum of RGB (Red+Green+Blue) = 198+141+58=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68D3A is #3972C5. Grayscale: #949494. Windows color (decimal): -3764934 or 3837382. OLE color: 3837382.

HSL color Cylindrical-coordinate representation of color #C68D3A: hue angle of 35.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C68D3A is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB19814158-
CMYK00.290.710.22
HSL35.57º55.12%50.2%-
HSV(B)35.57º70.71%77.65%-
XYZ33.5831.368.29-
YUV148.5876.88163.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 49.87%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 58 (23.05% from 255) = 14.61%
R=49.87%
G=35.52%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981415800.290.710.2235.5755.1250.2
HexC68D3A01D4716243732
Octal3062157203510726446762
Binary1100011010001101111010011101100011110110100100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68D3A; }

 p { color: rgb(198,141,58); }

 H1.HeaderClassName
 {
   color: #C68D3A;
 }
 .AnyTagClassName
 {
   color: #C68D3A;
 }
</style>
background-color css

<style>
 a { background-color: #C68D3A; }

 a { background-color: rgb(198,141,58); }

 div.DivClassName
 {
   background-color: #C68D3A;
 }
 .BgClassName
 {
   background-color: #C68D3A;
 }
</style>
border-color css

<style>
 span { border-color: #C68D3A; }

 span { border-color: rgb(198,141,58); }

 td.TdClassName
 {
   border-color: #C68D3A;
 }
 .TagClassName
 {
   border-color: #C68D3A;
 }
</style>