Shades of Chocolate #D6681D
Tints of Chocolate #D6681D
RGB
CMYK
RGB Variations
Color information
#D6681D (or 0xD6681D) is known color: Chocolate. HEX triplet: D6, 68 and 1D. RGB value is (214,104,29). Sum of RGB (Red+Green+Blue) = 214+104+29=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D6681D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6681D is #2997E2. Grayscale: #808080. Windows color (decimal): -2725859 or 1927382. OLE color: 1927382.
HSL color Cylindrical-coordinate representation of color #D6681D: hue angle of 24.32º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6681D is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 29 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.16 |
| HSL | 24.32º | 0.76% | 0.48% | - |
| HSV(B) | 24.32º | 0.86% | 0.84% | - |
| XYZ | 32.9 | 24.29 | 4.12 | - |
| YUV | 128.34 | 71.94 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 29 | 0 | 0.51 | 0.86 | 0.16 | 24.32 | 0.76 | 0.48 |
| Hex | D6 | 68 | 1D | 0 | 33 | 56 | 10 | 18 | 4C | 30 |
| Octal | 326 | 150 | 35 | 0 | 63 | 126 | 20 | 30 | 114 | 60 |
| Binary | 11010110 | 1101000 | 11101 | 0 | 110011 | 1010110 | 10000 | 11000 | 1001100 | 110000 |
Color Harmonies of #D6681D
Complementary color
Monochromatic Colors of #D6681D
Black with #D6681D
Text Example
Text Example
White with #D6681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6681D; }
p { color: rgb(214,104,29); }
H1.HeaderClassName
{
color: #D6681D;
}
.AnyTagClassName
{
color: #D6681D;
}
</style>
background-color css
<style>
a { background-color: #D6681D; }
a { background-color: rgb(214,104,29); }
div.DivClassName
{
background-color: #D6681D;
}
.BgClassName
{
background-color: #D6681D;
}
</style>
border-color css
<style>
span { border-color: #D6681D; }
span { border-color: rgb(214,104,29); }
td.TdClassName
{
border-color: #D6681D;
}
.TagClassName
{
border-color: #D6681D;
}
</style>