Shades of Chocolate #D6650D
Tints of Chocolate #D6650D
RGB
CMYK
RGB Variations
Color information
#D6650D (or 0xD6650D) is known color: Chocolate. HEX triplet: D6, 65 and 0D. RGB value is (214,101,13). Sum of RGB (Red+Green+Blue) = 214+101+13=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D6650D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6650D is #299AF2. Grayscale: #7D7D7D. Windows color (decimal): -2726643 or 878038. OLE color: 878038.
HSL color Cylindrical-coordinate representation of color #D6650D: hue angle of 26.27º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6650D is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 13 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.16 |
| HSL | 26.27º | 0.89% | 0.45% | - |
| HSV(B) | 26.27º | 0.94% | 0.84% | - |
| XYZ | 32.46 | 23.63 | 3.23 | - |
| YUV | 124.76 | 64.94 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 13 | 0 | 0.53 | 0.94 | 0.16 | 26.27 | 0.89 | 0.45 |
| Hex | D6 | 65 | D | 0 | 35 | 5E | 10 | 1A | 59 | 2D |
| Octal | 326 | 145 | 15 | 0 | 65 | 136 | 20 | 32 | 131 | 55 |
| Binary | 11010110 | 1100101 | 1101 | 0 | 110101 | 1011110 | 10000 | 11010 | 1011001 | 101101 |
Color Harmonies of #D6650D
Complementary color
Monochromatic Colors of #D6650D
Black with #D6650D
Text Example
Text Example
White with #D6650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6650D; }
p { color: rgb(214,101,13); }
H1.HeaderClassName
{
color: #D6650D;
}
.AnyTagClassName
{
color: #D6650D;
}
</style>
background-color css
<style>
a { background-color: #D6650D; }
a { background-color: rgb(214,101,13); }
div.DivClassName
{
background-color: #D6650D;
}
.BgClassName
{
background-color: #D6650D;
}
</style>
border-color css
<style>
span { border-color: #D6650D; }
span { border-color: rgb(214,101,13); }
td.TdClassName
{
border-color: #D6650D;
}
.TagClassName
{
border-color: #D6650D;
}
</style>