#C69645

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

Shades of Anzac #C69645

Tints of Anzac #C69645

Color information

#C69645 (or 0xC69645) is unknown color: approx Anzac. HEX triplet: C6, 96 and 45. RGB value is (198,150,69). Sum of RGB (Red+Green+Blue) = 198+150+69=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C69645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69645 is #3969BA. Grayscale: #9B9B9B. Windows color (decimal): -3762619 or 4560582. OLE color: 4560582.

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

Color convert

RGB19815069-
CMYK00.240.650.22
HSL37.67º53.09%52.35%-
HSV(B)37.67º65.15%77.65%-
XYZ35.2734.2510.38-
YUV155.1279.4158.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.48%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 69 (27.34% from 255) = 16.55%
R=47.48%
G=35.97%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981506900.240.650.2237.6753.0952.35
HexC696450184116263534
Octal30622610503010126466564
Binary11000110100101101000101011000100000110110100110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69645; }

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

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

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

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

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

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

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

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