#C69D42

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

Shades of Anzac #C69D42

Tints of Anzac #C69D42

Color information

#C69D42 (or 0xC69D42) is unknown color: approx Anzac. HEX triplet: C6, 9D and 42. RGB value is (198,157,66). Sum of RGB (Red+Green+Blue) = 198+157+66=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D42 is #3962BD. Grayscale: #9F9F9F. Windows color (decimal): -3760830 or 4365766. OLE color: 4365766.

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

Color convert

RGB19815766-
CMYK00.210.670.22
HSL41.36º53.66%51.76%-
HSV(B)41.36º66.67%77.65%-
XYZ36.3336.5110.29-
YUV158.8875.58155.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.03%
GREEN value IS 157 (61.72% from 255) = 37.29%
BLUE value IS 66 (26.17% from 255) = 15.68%
R=47.03%
G=37.29%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981576600.210.670.2241.3653.6651.76
HexC69D420154316293634
Octal30623510202510326516664
Binary11000110100111011000010010101100001110110101001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69D42; }

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

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

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

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

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

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

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

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