#C68D3C

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

Shades of Anzac #C68D3C

Tints of Anzac #C68D3C

Color information

#C68D3C (or 0xC68D3C) is unknown color: approx Anzac. HEX triplet: C6, 8D and 3C. RGB value is (198,141,60). Sum of RGB (Red+Green+Blue) = 198+141+60=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68D3C is #3972C3. Grayscale: #959595. Windows color (decimal): -3764932 or 3968454. OLE color: 3968454.

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

Color convert

RGB19814160-
CMYK00.290.700.22
HSL35.22º54.76%50.59%-
HSV(B)35.22º69.7%77.65%-
XYZ33.6331.388.56-
YUV148.8177.88163.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.62%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 60 (23.83% from 255) = 15.04%
R=49.62%
G=35.34%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981416000.290.700.2235.2254.7650.59
HexC68D3C01D4616233733
Octal3062157403510626436763
Binary1100011010001101111100011101100011010110100011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68D3C; }

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

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

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

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

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

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

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

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