Shades of Chocolate #CD6A0E
Tints of Chocolate #CD6A0E
RGB
CMYK
RGB Variations
Color information
#CD6A0E (or 0xCD6A0E) is known color: Chocolate. HEX triplet: CD, 6A and 0E. RGB value is (205,106,14). Sum of RGB (Red+Green+Blue) = 205+106+14=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6A0E is #3295F1. Grayscale: #7D7D7D. Windows color (decimal): -3315186 or 944845. OLE color: 944845.
HSL color Cylindrical-coordinate representation of color #CD6A0E: hue angle of 28.9º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD6A0E is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 106 | 14 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.20 |
| HSL | 28.9º | 0.87% | 0.43% | - |
| HSV(B) | 28.9º | 0.93% | 0.8% | - |
| XYZ | 30.41 | 23.32 | 3.31 | - |
| YUV | 125.11 | 65.3 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 106 | 14 | 0 | 0.48 | 0.93 | 0.20 | 28.9 | 0.87 | 0.43 |
| Hex | CD | 6A | E | 0 | 30 | 5D | 14 | 1D | 57 | 2B |
| Octal | 315 | 152 | 16 | 0 | 60 | 135 | 24 | 35 | 127 | 53 |
| Binary | 11001101 | 1101010 | 1110 | 0 | 110000 | 1011101 | 10100 | 11101 | 1010111 | 101011 |
Color Harmonies of #CD6A0E
Complementary color
Monochromatic Colors of #CD6A0E
Black with #CD6A0E
Text Example
Text Example
White with #CD6A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6A0E; }
p { color: rgb(205,106,14); }
H1.HeaderClassName
{
color: #CD6A0E;
}
.AnyTagClassName
{
color: #CD6A0E;
}
</style>
background-color css
<style>
a { background-color: #CD6A0E; }
a { background-color: rgb(205,106,14); }
div.DivClassName
{
background-color: #CD6A0E;
}
.BgClassName
{
background-color: #CD6A0E;
}
</style>
border-color css
<style>
span { border-color: #CD6A0E; }
span { border-color: rgb(205,106,14); }
td.TdClassName
{
border-color: #CD6A0E;
}
.TagClassName
{
border-color: #CD6A0E;
}
</style>