#CC6622

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

Shades of Chocolate #CC6622

Tints of Chocolate #CC6622

Color information

#CC6622 (or 0xCC6622) is unknown color: approx Chocolate. HEX triplet: CC, 66 and 22. RGB value is (204,102,34). Sum of RGB (Red+Green+Blue) = 204+102+34=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6622 is #3399DD. Grayscale: #7D7D7D. Windows color (decimal): -3381726 or 2254540. OLE color: 2254540.

HSL color Cylindrical-coordinate representation of color #CC6622: hue angle of 24º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC6622 is Cyan = 0, Magento = 0.5, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB20410234-
CMYK00.50.830.2
HSL24º71.43%46.67%-
HSV(B)24º83.33%80%-
XYZ29.9422.464.27-
YUV124.7576.79184.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 34 (13.67% from 255) = 10%
R=60%
G=30%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041023400.50.830.22471.4346.67
HexCC6622032531418472f
Octal31414642062123243010757
Binary1100110011001101000100110010101001110100110001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6622; }

 p { color: rgb(204,102,34); }

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

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

 a { background-color: rgb(204,102,34); }

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

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

 span { border-color: rgb(204,102,34); }

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