Shades of Chocolate #D6601D
Tints of Chocolate #D6601D
RGB
CMYK
RGB Variations
Color information
#D6601D (or 0xD6601D) is known color: Chocolate. HEX triplet: D6, 60 and 1D. RGB value is (214,96,29). Sum of RGB (Red+Green+Blue) = 214+96+29=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6601D is #299FE2. Grayscale: #7C7C7C. Windows color (decimal): -2727907 or 1925334. OLE color: 1925334.
HSL color Cylindrical-coordinate representation of color #D6601D: hue angle of 21.73º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6601D is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 29 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.16 |
| HSL | 21.73º | 0.76% | 0.48% | - |
| HSV(B) | 21.73º | 0.86% | 0.84% | - |
| XYZ | 32.14 | 22.75 | 3.86 | - |
| YUV | 123.64 | 74.59 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 29 | 0 | 0.55 | 0.86 | 0.16 | 21.73 | 0.76 | 0.48 |
| Hex | D6 | 60 | 1D | 0 | 37 | 56 | 10 | 16 | 4C | 30 |
| Octal | 326 | 140 | 35 | 0 | 67 | 126 | 20 | 26 | 114 | 60 |
| Binary | 11010110 | 1100000 | 11101 | 0 | 110111 | 1010110 | 10000 | 10110 | 1001100 | 110000 |
Color Harmonies of #D6601D
Complementary color
Monochromatic Colors of #D6601D
Black with #D6601D
Text Example
Text Example
White with #D6601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6601D; }
p { color: rgb(214,96,29); }
H1.HeaderClassName
{
color: #D6601D;
}
.AnyTagClassName
{
color: #D6601D;
}
</style>
background-color css
<style>
a { background-color: #D6601D; }
a { background-color: rgb(214,96,29); }
div.DivClassName
{
background-color: #D6601D;
}
.BgClassName
{
background-color: #D6601D;
}
</style>
border-color css
<style>
span { border-color: #D6601D; }
span { border-color: rgb(214,96,29); }
td.TdClassName
{
border-color: #D6601D;
}
.TagClassName
{
border-color: #D6601D;
}
</style>