Shades of Chocolate #CD6A0B
Tints of Chocolate #CD6A0B
RGB
CMYK
RGB Variations
Color information
#CD6A0B (or 0xCD6A0B) is known color: Chocolate. HEX triplet: CD, 6A and 0B. RGB value is (205,106,11). Sum of RGB (Red+Green+Blue) = 205+106+11=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6A0B is #3295F4. Grayscale: #7D7D7D. Windows color (decimal): -3315189 or 748237. OLE color: 748237.
HSL color Cylindrical-coordinate representation of color #CD6A0B: hue angle of 29.38º degrees, saturation: 0.9, 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 #CD6A0B is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 106 | 11 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.20 |
| HSL | 29.38º | 0.9% | 0.42% | - |
| HSV(B) | 29.38º | 0.95% | 0.8% | - |
| XYZ | 30.39 | 23.31 | 3.21 | - |
| YUV | 124.77 | 63.8 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 106 | 11 | 0 | 0.48 | 0.95 | 0.20 | 29.38 | 0.9 | 0.42 |
| Hex | CD | 6A | B | 0 | 30 | 5F | 14 | 1D | 5A | 2A |
| Octal | 315 | 152 | 13 | 0 | 60 | 137 | 24 | 35 | 132 | 52 |
| Binary | 11001101 | 1101010 | 1011 | 0 | 110000 | 1011111 | 10100 | 11101 | 1011010 | 101010 |
Color Harmonies of #CD6A0B
Complementary color
Monochromatic Colors of #CD6A0B
Black with #CD6A0B
Text Example
Text Example
White with #CD6A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6A0B; }
p { color: rgb(205,106,11); }
H1.HeaderClassName
{
color: #CD6A0B;
}
.AnyTagClassName
{
color: #CD6A0B;
}
</style>
background-color css
<style>
a { background-color: #CD6A0B; }
a { background-color: rgb(205,106,11); }
div.DivClassName
{
background-color: #CD6A0B;
}
.BgClassName
{
background-color: #CD6A0B;
}
</style>
border-color css
<style>
span { border-color: #CD6A0B; }
span { border-color: rgb(205,106,11); }
td.TdClassName
{
border-color: #CD6A0B;
}
.TagClassName
{
border-color: #CD6A0B;
}
</style>