Shades of Chocolate #CD6D1C
Tints of Chocolate #CD6D1C
RGB
CMYK
RGB Variations
Color information
#CD6D1C (or 0xCD6D1C) is known color: Chocolate. HEX triplet: CD, 6D and 1C. RGB value is (205,109,28). Sum of RGB (Red+Green+Blue) = 205+109+28=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6D1C is #3292E3. Grayscale: #808080. Windows color (decimal): -3314404 or 1863117. OLE color: 1863117.
HSL color Cylindrical-coordinate representation of color #CD6D1C: hue angle of 27.46º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD6D1C is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 109 | 28 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.20 |
| HSL | 27.46º | 0.76% | 0.46% | - |
| HSV(B) | 27.46º | 0.86% | 0.8% | - |
| XYZ | 30.86 | 24 | 4.1 | - |
| YUV | 128.47 | 71.3 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 109 | 28 | 0 | 0.47 | 0.86 | 0.20 | 27.46 | 0.76 | 0.46 |
| Hex | CD | 6D | 1C | 0 | 2F | 56 | 14 | 1B | 4C | 2E |
| Octal | 315 | 155 | 34 | 0 | 57 | 126 | 24 | 33 | 114 | 56 |
| Binary | 11001101 | 1101101 | 11100 | 0 | 101111 | 1010110 | 10100 | 11011 | 1001100 | 101110 |
Color Harmonies of #CD6D1C
Complementary color
Monochromatic Colors of #CD6D1C
Black with #CD6D1C
Text Example
Text Example
White with #CD6D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6D1C; }
p { color: rgb(205,109,28); }
H1.HeaderClassName
{
color: #CD6D1C;
}
.AnyTagClassName
{
color: #CD6D1C;
}
</style>
background-color css
<style>
a { background-color: #CD6D1C; }
a { background-color: rgb(205,109,28); }
div.DivClassName
{
background-color: #CD6D1C;
}
.BgClassName
{
background-color: #CD6D1C;
}
</style>
border-color css
<style>
span { border-color: #CD6D1C; }
span { border-color: rgb(205,109,28); }
td.TdClassName
{
border-color: #CD6D1C;
}
.TagClassName
{
border-color: #CD6D1C;
}
</style>