#C69246

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

Shades of Anzac #C69246

Tints of Anzac #C69246

Color information

#C69246 (or 0xC69246) is unknown color: approx Anzac. HEX triplet: C6, 92 and 46. RGB value is (198,146,70). Sum of RGB (Red+Green+Blue) = 198+146+70=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C69246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69246 is #396DB9. Grayscale: #999999. Windows color (decimal): -3763642 or 4625094. OLE color: 4625094.

HSL color Cylindrical-coordinate representation of color #C69246: hue angle of 35.63º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C69246 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB19814670-
CMYK00.260.650.22
HSL35.63º52.89%52.55%-
HSV(B)35.63º64.65%77.65%-
XYZ34.6733.0110.34-
YUV152.8881.23160.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.83%
GREEN value IS 146 (57.42% from 255) = 35.27%
BLUE value IS 70 (27.73% from 255) = 16.91%
R=47.83%
G=35.27%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981467000.260.650.2235.6352.8952.55
HexC6924601A4116243535
Octal30622210603210126446565
Binary11000110100100101000110011010100000110110100100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69246; }

 p { color: rgb(198,146,70); }

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

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

 a { background-color: rgb(198,146,70); }

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

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

 span { border-color: rgb(198,146,70); }

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