Shades of Chocolate #CD6613
Tints of Chocolate #CD6613
RGB
CMYK
RGB Variations
Color information
#CD6613 (or 0xCD6613) is known color: Chocolate. HEX triplet: CD, 66 and 13. RGB value is (205,102,19). Sum of RGB (Red+Green+Blue) = 205+102+19=326 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.88% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6613 is #3299EC. Grayscale: #7B7B7B. Windows color (decimal): -3316205 or 1271501. OLE color: 1271501.
HSL color Cylindrical-coordinate representation of color #CD6613: hue angle of 26.77º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD6613 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 19 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.20 |
| HSL | 26.77º | 0.83% | 0.44% | - |
| HSV(B) | 26.77º | 0.91% | 0.8% | - |
| XYZ | 30.05 | 22.53 | 3.38 | - |
| YUV | 123.34 | 69.12 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 19 | 0 | 0.50 | 0.91 | 0.20 | 26.77 | 0.83 | 0.44 |
| Hex | CD | 66 | 13 | 0 | 32 | 5B | 14 | 1B | 53 | 2C |
| Octal | 315 | 146 | 23 | 0 | 62 | 133 | 24 | 33 | 123 | 54 |
| Binary | 11001101 | 1100110 | 10011 | 0 | 110010 | 1011011 | 10100 | 11011 | 1010011 | 101100 |
Color Harmonies of #CD6613
Complementary color
Monochromatic Colors of #CD6613
Black with #CD6613
Text Example
Text Example
White with #CD6613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6613; }
p { color: rgb(205,102,19); }
H1.HeaderClassName
{
color: #CD6613;
}
.AnyTagClassName
{
color: #CD6613;
}
</style>
background-color css
<style>
a { background-color: #CD6613; }
a { background-color: rgb(205,102,19); }
div.DivClassName
{
background-color: #CD6613;
}
.BgClassName
{
background-color: #CD6613;
}
</style>
border-color css
<style>
span { border-color: #CD6613; }
span { border-color: rgb(205,102,19); }
td.TdClassName
{
border-color: #CD6613;
}
.TagClassName
{
border-color: #CD6613;
}
</style>