#C69542

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

Shades of Anzac #C69542

Tints of Anzac #C69542

Color information

#C69542 (or 0xC69542) is unknown color: approx Anzac. HEX triplet: C6, 95 and 42. RGB value is (198,149,66). Sum of RGB (Red+Green+Blue) = 198+149+66=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C69542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69542 is #396ABD. Grayscale: #9A9A9A. Windows color (decimal): -3762878 or 4363718. OLE color: 4363718.

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

Color convert

RGB19814966-
CMYK00.250.670.22
HSL37.73º53.66%51.76%-
HSV(B)37.73º66.67%77.65%-
XYZ35.0233.899.85-
YUV154.1978.23159.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.94%
GREEN value IS 149 (58.59% from 255) = 36.08%
BLUE value IS 66 (26.17% from 255) = 15.98%
R=47.94%
G=36.08%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981496600.250.670.2237.7353.6651.76
HexC695420194316263634
Octal30622510203110326466664
Binary11000110100101011000010011001100001110110100110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69542; }

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

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

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

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

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

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

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

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