Shades of Chocolate #D6610F
Tints of Chocolate #D6610F
RGB
CMYK
RGB Variations
Color information
#D6610F (or 0xD6610F) is known color: Chocolate. HEX triplet: D6, 61 and 0F. RGB value is (214,97,15). Sum of RGB (Red+Green+Blue) = 214+97+15=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6610F is #299EF0. Grayscale: #7B7B7B. Windows color (decimal): -2727665 or 1008086. OLE color: 1008086.
HSL color Cylindrical-coordinate representation of color #D6610F: hue angle of 24.72º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6610F is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 97 | 15 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.16 |
| HSL | 24.72º | 0.87% | 0.45% | - |
| HSV(B) | 24.72º | 0.93% | 0.84% | - |
| XYZ | 32.09 | 22.88 | 3.18 | - |
| YUV | 122.64 | 67.26 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 15 | 0 | 0.55 | 0.93 | 0.16 | 24.72 | 0.87 | 0.45 |
| Hex | D6 | 61 | F | 0 | 37 | 5D | 10 | 19 | 57 | 2D |
| Octal | 326 | 141 | 17 | 0 | 67 | 135 | 20 | 31 | 127 | 55 |
| Binary | 11010110 | 1100001 | 1111 | 0 | 110111 | 1011101 | 10000 | 11001 | 1010111 | 101101 |
Color Harmonies of #D6610F
Complementary color
Monochromatic Colors of #D6610F
Black with #D6610F
Text Example
Text Example
White with #D6610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6610F; }
p { color: rgb(214,97,15); }
H1.HeaderClassName
{
color: #D6610F;
}
.AnyTagClassName
{
color: #D6610F;
}
</style>
background-color css
<style>
a { background-color: #D6610F; }
a { background-color: rgb(214,97,15); }
div.DivClassName
{
background-color: #D6610F;
}
.BgClassName
{
background-color: #D6610F;
}
</style>
border-color css
<style>
span { border-color: #D6610F; }
span { border-color: rgb(214,97,15); }
td.TdClassName
{
border-color: #D6610F;
}
.TagClassName
{
border-color: #D6610F;
}
</style>