Shades of Chocolate #CC6726
Tints of Chocolate #CC6726
RGB
CMYK
RGB Variations
Color information
#CC6726 (or 0xCC6726) is known color: 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
RGB | 204 | 103 | 38 | - |
CMYK | 0 | 0.50 | 0.81 | 0.2 |
HSL | 23.49º | 0.69% | 0.47% | - |
HSV(B) | 23.49º | 0.81% | 0.8% | - |
XYZ | 30.1 | 22.68 | 4.62 | - |
YUV | 125.79 | 78.46 | 183.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 103 | 38 | 0 | 0.50 | 0.81 | 0.2 | 23.49 | 0.69 | 0.47 |
Hex | CC | 67 | 26 | 0 | 32 | 51 | 14 | 17 | 45 | 2F |
Octal | 314 | 147 | 46 | 0 | 62 | 121 | 24 | 27 | 105 | 57 |
Binary | 11001100 | 1100111 | 100110 | 0 | 110010 | 1010001 | 10100 | 10111 | 1000101 | 101111 |
Color Harmonies of #CC6726
Complementary color
Monochromatic Colors of #CC6726
Black with #CC6726
Text Example
Text Example
White with #CC6726
Text Example
Text Example
HTML Codes & Css Web 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>