#C69245

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

Shades of Anzac #C69245

Tints of Anzac #C69245

Color information

#C69245 (or 0xC69245) is unknown color: approx Anzac. HEX triplet: C6, 92 and 45. RGB value is (198,146,69). Sum of RGB (Red+Green+Blue) = 198+146+69=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C69245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69245 is #396DBA. Grayscale: #999999. Windows color (decimal): -3763643 or 4559558. OLE color: 4559558.

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

Color convert

RGB19814669-
CMYK00.260.650.22
HSL35.81º53.09%52.35%-
HSV(B)35.81º65.15%77.65%-
XYZ34.6432.9910.17-
YUV152.7780.73160.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.94%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 69 (27.34% from 255) = 16.71%
R=47.94%
G=35.35%
B=16.71%

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
Decimal1981466900.260.650.2235.8153.0952.35
HexC6924501A4116243534
Octal30622210503210126446564
Binary11000110100100101000101011010100000110110100100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69245; }

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

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

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

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

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

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

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

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