Shades of Chocolate #D6501B
Tints of Chocolate #D6501B
RGB
CMYK
RGB Variations
Color information
#D6501B (or 0xD6501B) is known color: Chocolate. HEX triplet: D6, 50 and 1B. RGB value is (214,80,27). Sum of RGB (Red+Green+Blue) = 214+80+27=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D6501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6501B is #29AFE4. Grayscale: #727272. Windows color (decimal): -2732005 or 1790166. OLE color: 1790166.
HSL color Cylindrical-coordinate representation of color #D6501B: hue angle of 17.01º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6501B is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 27 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.16 |
| HSL | 17.01º | 0.78% | 0.47% | - |
| HSV(B) | 17.01º | 0.87% | 0.84% | - |
| XYZ | 30.8 | 20.11 | 3.3 | - |
| YUV | 114.02 | 78.89 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 27 | 0 | 0.63 | 0.87 | 0.16 | 17.01 | 0.78 | 0.47 |
| Hex | D6 | 50 | 1B | 0 | 3F | 57 | 10 | 11 | 4E | 2F |
| Octal | 326 | 120 | 33 | 0 | 77 | 127 | 20 | 21 | 116 | 57 |
| Binary | 11010110 | 1010000 | 11011 | 0 | 111111 | 1010111 | 10000 | 10001 | 1001110 | 101111 |
Color Harmonies of #D6501B
Complementary color
Monochromatic Colors of #D6501B
Black with #D6501B
Text Example
Text Example
White with #D6501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6501B; }
p { color: rgb(214,80,27); }
H1.HeaderClassName
{
color: #D6501B;
}
.AnyTagClassName
{
color: #D6501B;
}
</style>
background-color css
<style>
a { background-color: #D6501B; }
a { background-color: rgb(214,80,27); }
div.DivClassName
{
background-color: #D6501B;
}
.BgClassName
{
background-color: #D6501B;
}
</style>
border-color css
<style>
span { border-color: #D6501B; }
span { border-color: rgb(214,80,27); }
td.TdClassName
{
border-color: #D6501B;
}
.TagClassName
{
border-color: #D6501B;
}
</style>