#C69942

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

Shades of Anzac #C69942

Tints of Anzac #C69942

Color information

#C69942 (or 0xC69942) is unknown color: approx Anzac. HEX triplet: C6, 99 and 42. RGB value is (198,153,66). Sum of RGB (Red+Green+Blue) = 198+153+66=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C69942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69942 is #3966BD. Grayscale: #9C9C9C. Windows color (decimal): -3761854 or 4364742. OLE color: 4364742.

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

Color convert

RGB19815366-
CMYK00.230.670.22
HSL39.55º53.66%51.76%-
HSV(B)39.55º66.67%77.65%-
XYZ35.6635.1810.07-
YUV156.5476.91157.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.48%
GREEN value IS 153 (60.16% from 255) = 36.69%
BLUE value IS 66 (26.17% from 255) = 15.83%
R=47.48%
G=36.69%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981536600.230.670.2239.5553.6651.76
HexC699420174316283634
Octal30623110202710326506664
Binary11000110100110011000010010111100001110110101000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69942; }

 p { color: rgb(198,153,66); }

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

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

 a { background-color: rgb(198,153,66); }

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

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

 span { border-color: rgb(198,153,66); }

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