#C6903C

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

Shades of Anzac #C6903C

Tints of Anzac #C6903C

Color information

#C6903C (or 0xC6903C) is unknown color: approx Anzac. HEX triplet: C6, 90 and 3C. RGB value is (198,144,60). Sum of RGB (Red+Green+Blue) = 198+144+60=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C6903C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6903C is #396FC3. Grayscale: #969696. Windows color (decimal): -3764164 or 3969222. OLE color: 3969222.

HSL color Cylindrical-coordinate representation of color #C6903C: hue angle of 36.52º 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 #C6903C is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB19814460-
CMYK00.270.700.22
HSL36.52º54.76%50.59%-
HSV(B)36.52º69.7%77.65%-
XYZ34.0832.288.71-
YUV150.5776.89161.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.25%
GREEN value IS 144 (56.64% from 255) = 35.82%
BLUE value IS 60 (23.83% from 255) = 14.93%
R=49.25%
G=35.82%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981446000.270.700.2236.5254.7650.59
HexC6903C01B4616253733
Octal3062207403310626456763
Binary1100011010010000111100011011100011010110100101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6903C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6903C; }

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

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

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

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

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

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

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

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