Shades of Chocolate #CC6C1E
Tints of Chocolate #CC6C1E
RGB
CMYK
RGB Variations
Color information
#CC6C1E (or 0xCC6C1E) is known color: Chocolate. HEX triplet: CC, 6C and 1E. RGB value is (204,108,30). Sum of RGB (Red+Green+Blue) = 204+108+30=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6C1E is #3393E1. Grayscale: #808080. Windows color (decimal): -3380194 or 1993932. OLE color: 1993932.
HSL color Cylindrical-coordinate representation of color #CC6C1E: hue angle of 26.9º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC6C1E is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 30 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.2 |
| HSL | 26.9º | 0.74% | 0.46% | - |
| HSV(B) | 26.9º | 0.85% | 0.8% | - |
| XYZ | 30.5 | 23.66 | 4.19 | - |
| YUV | 127.81 | 72.8 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 30 | 0 | 0.47 | 0.85 | 0.2 | 26.9 | 0.74 | 0.46 |
| Hex | CC | 6C | 1E | 0 | 2F | 55 | 14 | 1B | 4A | 2E |
| Octal | 314 | 154 | 36 | 0 | 57 | 125 | 24 | 33 | 112 | 56 |
| Binary | 11001100 | 1101100 | 11110 | 0 | 101111 | 1010101 | 10100 | 11011 | 1001010 | 101110 |
Color Harmonies of #CC6C1E
Complementary color
Monochromatic Colors of #CC6C1E
Black with #CC6C1E
Text Example
Text Example
White with #CC6C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6C1E; }
p { color: rgb(204,108,30); }
H1.HeaderClassName
{
color: #CC6C1E;
}
.AnyTagClassName
{
color: #CC6C1E;
}
</style>
background-color css
<style>
a { background-color: #CC6C1E; }
a { background-color: rgb(204,108,30); }
div.DivClassName
{
background-color: #CC6C1E;
}
.BgClassName
{
background-color: #CC6C1E;
}
</style>
border-color css
<style>
span { border-color: #CC6C1E; }
span { border-color: rgb(204,108,30); }
td.TdClassName
{
border-color: #CC6C1E;
}
.TagClassName
{
border-color: #CC6C1E;
}
</style>