#CC6726

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

Shades of Chocolate #CC6726

Tints of Chocolate #CC6726

Color information

#CC6726 (or 0xCC6726) is unknown color: approx Chocolate. HEX triplet: CC, 67 and 26. RGB value is (204,103,38). Sum of RGB (Red+Green+Blue) = 204+103+38=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6726 is #3398D9. Grayscale: #7E7E7E. Windows color (decimal): -3381466 or 2516940. OLE color: 2516940.

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

Color convert

RGB20410338-
CMYK00.500.810.2
HSL23.49º68.6%47.45%-
HSV(B)23.49º81.37%80%-
XYZ30.122.684.62-
YUV125.7978.46183.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.13%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 38 (15.23% from 255) = 11.01%
R=59.13%
G=29.86%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041033800.500.810.223.4968.647.45
HexCC6726032511417452f
Octal31414746062121242710557
Binary1100110011001111001100110010101000110100101111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6726; }

 p { color: rgb(204,103,38); }

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

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

 a { background-color: rgb(204,103,38); }

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

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

 span { border-color: rgb(204,103,38); }

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