Shades of Chocolate #D6680D
Tints of Chocolate #D6680D
RGB
CMYK
RGB Variations
Color information
#D6680D (or 0xD6680D) is known color: Chocolate. HEX triplet: D6, 68 and 0D. RGB value is (214,104,13). Sum of RGB (Red+Green+Blue) = 214+104+13=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D6680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6680D is #2997F2. Grayscale: #7E7E7E. Windows color (decimal): -2725875 or 878806. OLE color: 878806.
HSL color Cylindrical-coordinate representation of color #D6680D: hue angle of 27.16º 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 #D6680D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 13 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.16 |
| HSL | 27.16º | 0.89% | 0.45% | - |
| HSV(B) | 27.16º | 0.94% | 0.84% | - |
| XYZ | 32.75 | 24.23 | 3.33 | - |
| YUV | 126.52 | 63.94 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 13 | 0 | 0.51 | 0.94 | 0.16 | 27.16 | 0.89 | 0.45 |
| Hex | D6 | 68 | D | 0 | 33 | 5E | 10 | 1B | 59 | 2D |
| Octal | 326 | 150 | 15 | 0 | 63 | 136 | 20 | 33 | 131 | 55 |
| Binary | 11010110 | 1101000 | 1101 | 0 | 110011 | 1011110 | 10000 | 11011 | 1011001 | 101101 |
Color Harmonies of #D6680D
Complementary color
Monochromatic Colors of #D6680D
Black with #D6680D
Text Example
Text Example
White with #D6680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6680D; }
p { color: rgb(214,104,13); }
H1.HeaderClassName
{
color: #D6680D;
}
.AnyTagClassName
{
color: #D6680D;
}
</style>
background-color css
<style>
a { background-color: #D6680D; }
a { background-color: rgb(214,104,13); }
div.DivClassName
{
background-color: #D6680D;
}
.BgClassName
{
background-color: #D6680D;
}
</style>
border-color css
<style>
span { border-color: #D6680D; }
span { border-color: rgb(214,104,13); }
td.TdClassName
{
border-color: #D6680D;
}
.TagClassName
{
border-color: #D6680D;
}
</style>