Shades of Chocolate #CD6D16
Tints of Chocolate #CD6D16
RGB
CMYK
RGB Variations
Color information
#CD6D16 (or 0xCD6D16) is known color: Chocolate. HEX triplet: CD, 6D and 16. RGB value is (205,109,22). Sum of RGB (Red+Green+Blue) = 205+109+22=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6D16 is #3292E9. Grayscale: #808080. Windows color (decimal): -3314410 or 1469901. OLE color: 1469901.
HSL color Cylindrical-coordinate representation of color #CD6D16: hue angle of 28.52º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD6D16 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 109 | 22 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.20 |
| HSL | 28.52º | 0.81% | 0.45% | - |
| HSV(B) | 28.52º | 0.89% | 0.8% | - |
| XYZ | 30.79 | 23.97 | 3.76 | - |
| YUV | 127.79 | 68.3 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 109 | 22 | 0 | 0.47 | 0.89 | 0.20 | 28.52 | 0.81 | 0.45 |
| Hex | CD | 6D | 16 | 0 | 2F | 59 | 14 | 1D | 51 | 2D |
| Octal | 315 | 155 | 26 | 0 | 57 | 131 | 24 | 35 | 121 | 55 |
| Binary | 11001101 | 1101101 | 10110 | 0 | 101111 | 1011001 | 10100 | 11101 | 1010001 | 101101 |
Color Harmonies of #CD6D16
Complementary color
Monochromatic Colors of #CD6D16
Black with #CD6D16
Text Example
Text Example
White with #CD6D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6D16; }
p { color: rgb(205,109,22); }
H1.HeaderClassName
{
color: #CD6D16;
}
.AnyTagClassName
{
color: #CD6D16;
}
</style>
background-color css
<style>
a { background-color: #CD6D16; }
a { background-color: rgb(205,109,22); }
div.DivClassName
{
background-color: #CD6D16;
}
.BgClassName
{
background-color: #CD6D16;
}
</style>
border-color css
<style>
span { border-color: #CD6D16; }
span { border-color: rgb(205,109,22); }
td.TdClassName
{
border-color: #CD6D16;
}
.TagClassName
{
border-color: #CD6D16;
}
</style>