Shades of Chocolate #CD6C0A
Tints of Chocolate #CD6C0A
RGB
CMYK
RGB Variations
Color information
#CD6C0A (or 0xCD6C0A) is known color: Chocolate. HEX triplet: CD, 6C and 0A. RGB value is (205,108,10). Sum of RGB (Red+Green+Blue) = 205+108+10=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6C0A is #3293F5. Grayscale: #7E7E7E. Windows color (decimal): -3314678 or 683213. OLE color: 683213.
HSL color Cylindrical-coordinate representation of color #CD6C0A: hue angle of 30.15º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD6C0A is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 108 | 10 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.20 |
| HSL | 30.15º | 0.91% | 0.42% | - |
| HSV(B) | 30.15º | 0.95% | 0.8% | - |
| XYZ | 30.59 | 23.73 | 3.25 | - |
| YUV | 125.83 | 62.64 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 10 | 0 | 0.47 | 0.95 | 0.20 | 30.15 | 0.91 | 0.42 |
| Hex | CD | 6C | A | 0 | 2F | 5F | 14 | 1E | 5B | 2A |
| Octal | 315 | 154 | 12 | 0 | 57 | 137 | 24 | 36 | 133 | 52 |
| Binary | 11001101 | 1101100 | 1010 | 0 | 101111 | 1011111 | 10100 | 11110 | 1011011 | 101010 |
Color Harmonies of #CD6C0A
Complementary color
Monochromatic Colors of #CD6C0A
Black with #CD6C0A
Text Example
Text Example
White with #CD6C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6C0A; }
p { color: rgb(205,108,10); }
H1.HeaderClassName
{
color: #CD6C0A;
}
.AnyTagClassName
{
color: #CD6C0A;
}
</style>
background-color css
<style>
a { background-color: #CD6C0A; }
a { background-color: rgb(205,108,10); }
div.DivClassName
{
background-color: #CD6C0A;
}
.BgClassName
{
background-color: #CD6C0A;
}
</style>
border-color css
<style>
span { border-color: #CD6C0A; }
span { border-color: rgb(205,108,10); }
td.TdClassName
{
border-color: #CD6C0A;
}
.TagClassName
{
border-color: #CD6C0A;
}
</style>