Shades of Chocolate #CD6C0E
Tints of Chocolate #CD6C0E
RGB
CMYK
RGB Variations
Color information
#CD6C0E (or 0xCD6C0E) is known color: Chocolate. HEX triplet: CD, 6C and 0E. RGB value is (205,108,14). Sum of RGB (Red+Green+Blue) = 205+108+14=327 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.69% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6C0E is #3293F1. Grayscale: #7E7E7E. Windows color (decimal): -3314674 or 945357. OLE color: 945357.
HSL color Cylindrical-coordinate representation of color #CD6C0E: hue angle of 29.53º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD6C0E is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 108 | 14 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.20 |
| HSL | 29.53º | 0.87% | 0.43% | - |
| HSV(B) | 29.53º | 0.93% | 0.8% | - |
| XYZ | 30.62 | 23.74 | 3.38 | - |
| YUV | 126.29 | 64.64 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 14 | 0 | 0.47 | 0.93 | 0.20 | 29.53 | 0.87 | 0.43 |
| Hex | CD | 6C | E | 0 | 2F | 5D | 14 | 1E | 57 | 2B |
| Octal | 315 | 154 | 16 | 0 | 57 | 135 | 24 | 36 | 127 | 53 |
| Binary | 11001101 | 1101100 | 1110 | 0 | 101111 | 1011101 | 10100 | 11110 | 1010111 | 101011 |
Color Harmonies of #CD6C0E
Complementary color
Monochromatic Colors of #CD6C0E
Black with #CD6C0E
Text Example
Text Example
White with #CD6C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6C0E; }
p { color: rgb(205,108,14); }
H1.HeaderClassName
{
color: #CD6C0E;
}
.AnyTagClassName
{
color: #CD6C0E;
}
</style>
background-color css
<style>
a { background-color: #CD6C0E; }
a { background-color: rgb(205,108,14); }
div.DivClassName
{
background-color: #CD6C0E;
}
.BgClassName
{
background-color: #CD6C0E;
}
</style>
border-color css
<style>
span { border-color: #CD6C0E; }
span { border-color: rgb(205,108,14); }
td.TdClassName
{
border-color: #CD6C0E;
}
.TagClassName
{
border-color: #CD6C0E;
}
</style>