#CC9644

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

Shades of Anzac #CC9644

Tints of Anzac #CC9644

Color information

#CC9644 (or 0xCC9644) is unknown color: approx Anzac. HEX triplet: CC, 96 and 44. RGB value is (204,150,68). Sum of RGB (Red+Green+Blue) = 204+150+68=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9644 is #3369BB. Grayscale: #9D9D9D. Windows color (decimal): -3369404 or 4495052. OLE color: 4495052.

HSL color Cylindrical-coordinate representation of color #CC9644: hue angle of 36.18º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC9644 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB20415068-
CMYK00.260.670.2
HSL36.18º57.14%53.33%-
HSV(B)36.18º66.67%80%-
XYZ36.8535.0710.3-
YUV156.877.89161.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.34%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 68 (26.95% from 255) = 16.11%
R=48.34%
G=35.55%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041506800.260.670.236.1857.1453.33
HexCC964401A4314243935
Octal31422610403210324447165
Binary11001100100101101000100011010100001110100100100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9644; }

 p { color: rgb(204,150,68); }

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

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

 a { background-color: rgb(204,150,68); }

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

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

 span { border-color: rgb(204,150,68); }

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