Shades of Chocolate #D6511C
Tints of Chocolate #D6511C
RGB
CMYK
RGB Variations
Color information
#D6511C (or 0xD6511C) is known color: Chocolate. HEX triplet: D6, 51 and 1C. RGB value is (214,81,28). Sum of RGB (Red+Green+Blue) = 214+81+28=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D6511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6511C is #29AEE3. Grayscale: #737373. Windows color (decimal): -2731748 or 1855958. OLE color: 1855958.
HSL color Cylindrical-coordinate representation of color #D6511C: hue angle of 17.1º degrees, saturation: 0.77, 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 #D6511C is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 28 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.16 |
| HSL | 17.1º | 0.77% | 0.47% | - |
| HSV(B) | 17.1º | 0.87% | 0.84% | - |
| XYZ | 30.88 | 20.26 | 3.38 | - |
| YUV | 114.73 | 79.06 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 28 | 0 | 0.62 | 0.87 | 0.16 | 17.1 | 0.77 | 0.47 |
| Hex | D6 | 51 | 1C | 0 | 3E | 57 | 10 | 11 | 4D | 2F |
| Octal | 326 | 121 | 34 | 0 | 76 | 127 | 20 | 21 | 115 | 57 |
| Binary | 11010110 | 1010001 | 11100 | 0 | 111110 | 1010111 | 10000 | 10001 | 1001101 | 101111 |
Color Harmonies of #D6511C
Complementary color
Monochromatic Colors of #D6511C
Black with #D6511C
Text Example
Text Example
White with #D6511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6511C; }
p { color: rgb(214,81,28); }
H1.HeaderClassName
{
color: #D6511C;
}
.AnyTagClassName
{
color: #D6511C;
}
</style>
background-color css
<style>
a { background-color: #D6511C; }
a { background-color: rgb(214,81,28); }
div.DivClassName
{
background-color: #D6511C;
}
.BgClassName
{
background-color: #D6511C;
}
</style>
border-color css
<style>
span { border-color: #D6511C; }
span { border-color: rgb(214,81,28); }
td.TdClassName
{
border-color: #D6511C;
}
.TagClassName
{
border-color: #D6511C;
}
</style>