Shades of Chocolate #CD6C11
Tints of Chocolate #CD6C11
RGB
CMYK
RGB Variations
Color information
#CD6C11 (or 0xCD6C11) is known color: Chocolate. HEX triplet: CD, 6C and 11. RGB value is (205,108,17). Sum of RGB (Red+Green+Blue) = 205+108+17=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6C11 is #3293EE. Grayscale: #7F7F7F. Windows color (decimal): -3314671 or 1141965. OLE color: 1141965.
HSL color Cylindrical-coordinate representation of color #CD6C11: hue angle of 29.04º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD6C11 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 108 | 17 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.20 |
| HSL | 29.04º | 0.85% | 0.44% | - |
| HSV(B) | 29.04º | 0.92% | 0.8% | - |
| XYZ | 30.64 | 23.74 | 3.5 | - |
| YUV | 126.63 | 66.14 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 17 | 0 | 0.47 | 0.92 | 0.20 | 29.04 | 0.85 | 0.44 |
| Hex | CD | 6C | 11 | 0 | 2F | 5C | 14 | 1D | 55 | 2C |
| Octal | 315 | 154 | 21 | 0 | 57 | 134 | 24 | 35 | 125 | 54 |
| Binary | 11001101 | 1101100 | 10001 | 0 | 101111 | 1011100 | 10100 | 11101 | 1010101 | 101100 |
Color Harmonies of #CD6C11
Complementary color
Monochromatic Colors of #CD6C11
Black with #CD6C11
Text Example
Text Example
White with #CD6C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6C11; }
p { color: rgb(205,108,17); }
H1.HeaderClassName
{
color: #CD6C11;
}
.AnyTagClassName
{
color: #CD6C11;
}
</style>
background-color css
<style>
a { background-color: #CD6C11; }
a { background-color: rgb(205,108,17); }
div.DivClassName
{
background-color: #CD6C11;
}
.BgClassName
{
background-color: #CD6C11;
}
</style>
border-color css
<style>
span { border-color: #CD6C11; }
span { border-color: rgb(205,108,17); }
td.TdClassName
{
border-color: #CD6C11;
}
.TagClassName
{
border-color: #CD6C11;
}
</style>