Shades of Chocolate #CD6D0A
Tints of Chocolate #CD6D0A
RGB
CMYK
RGB Variations
Color information
#CD6D0A (or 0xCD6D0A) is known color: Chocolate. HEX triplet: CD, 6D and 0A. RGB value is (205,109,10). Sum of RGB (Red+Green+Blue) = 205+109+10=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6D0A is #3292F5. Grayscale: #7E7E7E. Windows color (decimal): -3314422 or 683469. OLE color: 683469.
HSL color Cylindrical-coordinate representation of color #CD6D0A: hue angle of 30.46º 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 #CD6D0A is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 109 | 10 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.20 |
| HSL | 30.46º | 0.91% | 0.42% | - |
| HSV(B) | 30.46º | 0.95% | 0.8% | - |
| XYZ | 30.7 | 23.94 | 3.29 | - |
| YUV | 126.42 | 62.3 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 109 | 10 | 0 | 0.47 | 0.95 | 0.20 | 30.46 | 0.91 | 0.42 |
| Hex | CD | 6D | A | 0 | 2F | 5F | 14 | 1E | 5B | 2A |
| Octal | 315 | 155 | 12 | 0 | 57 | 137 | 24 | 36 | 133 | 52 |
| Binary | 11001101 | 1101101 | 1010 | 0 | 101111 | 1011111 | 10100 | 11110 | 1011011 | 101010 |
Color Harmonies of #CD6D0A
Complementary color
Monochromatic Colors of #CD6D0A
Black with #CD6D0A
Text Example
Text Example
White with #CD6D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6D0A; }
p { color: rgb(205,109,10); }
H1.HeaderClassName
{
color: #CD6D0A;
}
.AnyTagClassName
{
color: #CD6D0A;
}
</style>
background-color css
<style>
a { background-color: #CD6D0A; }
a { background-color: rgb(205,109,10); }
div.DivClassName
{
background-color: #CD6D0A;
}
.BgClassName
{
background-color: #CD6D0A;
}
</style>
border-color css
<style>
span { border-color: #CD6D0A; }
span { border-color: rgb(205,109,10); }
td.TdClassName
{
border-color: #CD6D0A;
}
.TagClassName
{
border-color: #CD6D0A;
}
</style>