Shades of Chocolate #CD6716
Tints of Chocolate #CD6716
RGB
CMYK
RGB Variations
Color information
#CD6716 (or 0xCD6716) is known color: Chocolate. HEX triplet: CD, 67 and 16. RGB value is (205,103,22). Sum of RGB (Red+Green+Blue) = 205+103+22=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6716 is #3298E9. Grayscale: #7C7C7C. Windows color (decimal): -3315946 or 1468365. OLE color: 1468365.
HSL color Cylindrical-coordinate representation of color #CD6716: hue angle of 26.56º 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 #CD6716 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 103 | 22 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.20 |
| HSL | 26.56º | 0.81% | 0.45% | - |
| HSV(B) | 26.56º | 0.89% | 0.8% | - |
| XYZ | 30.17 | 22.74 | 3.56 | - |
| YUV | 124.26 | 70.29 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 22 | 0 | 0.50 | 0.89 | 0.20 | 26.56 | 0.81 | 0.45 |
| Hex | CD | 67 | 16 | 0 | 32 | 59 | 14 | 1B | 51 | 2D |
| Octal | 315 | 147 | 26 | 0 | 62 | 131 | 24 | 33 | 121 | 55 |
| Binary | 11001101 | 1100111 | 10110 | 0 | 110010 | 1011001 | 10100 | 11011 | 1010001 | 101101 |
Color Harmonies of #CD6716
Complementary color
Monochromatic Colors of #CD6716
Black with #CD6716
Text Example
Text Example
White with #CD6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6716; }
p { color: rgb(205,103,22); }
H1.HeaderClassName
{
color: #CD6716;
}
.AnyTagClassName
{
color: #CD6716;
}
</style>
background-color css
<style>
a { background-color: #CD6716; }
a { background-color: rgb(205,103,22); }
div.DivClassName
{
background-color: #CD6716;
}
.BgClassName
{
background-color: #CD6716;
}
</style>
border-color css
<style>
span { border-color: #CD6716; }
span { border-color: rgb(205,103,22); }
td.TdClassName
{
border-color: #CD6716;
}
.TagClassName
{
border-color: #CD6716;
}
</style>