Shades of Chocolate #CD6A1D
Tints of Chocolate #CD6A1D
RGB
CMYK
RGB Variations
Color information
#CD6A1D (or 0xCD6A1D) is known color: Chocolate. HEX triplet: CD, 6A and 1D. RGB value is (205,106,29). Sum of RGB (Red+Green+Blue) = 205+106+29=340 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.29% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6A1D is #3295E2. Grayscale: #7F7F7F. Windows color (decimal): -3315171 or 1927885. OLE color: 1927885.
HSL color Cylindrical-coordinate representation of color #CD6A1D: hue angle of 26.25º degrees, saturation: 0.75, 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 #CD6A1D is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 106 | 29 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.20 |
| HSL | 26.25º | 0.75% | 0.46% | - |
| HSV(B) | 26.25º | 0.86% | 0.8% | - |
| XYZ | 30.55 | 23.38 | 4.06 | - |
| YUV | 126.82 | 72.8 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 106 | 29 | 0 | 0.48 | 0.86 | 0.20 | 26.25 | 0.75 | 0.46 |
| Hex | CD | 6A | 1D | 0 | 30 | 56 | 14 | 1A | 4B | 2E |
| Octal | 315 | 152 | 35 | 0 | 60 | 126 | 24 | 32 | 113 | 56 |
| Binary | 11001101 | 1101010 | 11101 | 0 | 110000 | 1010110 | 10100 | 11010 | 1001011 | 101110 |
Color Harmonies of #CD6A1D
Complementary color
Monochromatic Colors of #CD6A1D
Black with #CD6A1D
Text Example
Text Example
White with #CD6A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6A1D; }
p { color: rgb(205,106,29); }
H1.HeaderClassName
{
color: #CD6A1D;
}
.AnyTagClassName
{
color: #CD6A1D;
}
</style>
background-color css
<style>
a { background-color: #CD6A1D; }
a { background-color: rgb(205,106,29); }
div.DivClassName
{
background-color: #CD6A1D;
}
.BgClassName
{
background-color: #CD6A1D;
}
</style>
border-color css
<style>
span { border-color: #CD6A1D; }
span { border-color: rgb(205,106,29); }
td.TdClassName
{
border-color: #CD6A1D;
}
.TagClassName
{
border-color: #CD6A1D;
}
</style>