Shades of Chocolate #D6681B
Tints of Chocolate #D6681B
RGB
CMYK
RGB Variations
Color information
#D6681B (or 0xD6681B) is known color: Chocolate. HEX triplet: D6, 68 and 1B. RGB value is (214,104,27). Sum of RGB (Red+Green+Blue) = 214+104+27=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6681B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6681B is #2997E4. Grayscale: #808080. Windows color (decimal): -2725861 or 1796310. OLE color: 1796310.
HSL color Cylindrical-coordinate representation of color #D6681B: hue angle of 24.71º degrees, saturation: 0.78, 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 #D6681B is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 27 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.16 |
| HSL | 24.71º | 0.78% | 0.47% | - |
| HSV(B) | 24.71º | 0.87% | 0.84% | - |
| XYZ | 32.88 | 24.28 | 3.99 | - |
| YUV | 128.11 | 70.94 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 27 | 0 | 0.51 | 0.87 | 0.16 | 24.71 | 0.78 | 0.47 |
| Hex | D6 | 68 | 1B | 0 | 33 | 57 | 10 | 19 | 4E | 2F |
| Octal | 326 | 150 | 33 | 0 | 63 | 127 | 20 | 31 | 116 | 57 |
| Binary | 11010110 | 1101000 | 11011 | 0 | 110011 | 1010111 | 10000 | 11001 | 1001110 | 101111 |
Color Harmonies of #D6681B
Complementary color
Monochromatic Colors of #D6681B
Black with #D6681B
Text Example
Text Example
White with #D6681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6681B; }
p { color: rgb(214,104,27); }
H1.HeaderClassName
{
color: #D6681B;
}
.AnyTagClassName
{
color: #D6681B;
}
</style>
background-color css
<style>
a { background-color: #D6681B; }
a { background-color: rgb(214,104,27); }
div.DivClassName
{
background-color: #D6681B;
}
.BgClassName
{
background-color: #D6681B;
}
</style>
border-color css
<style>
span { border-color: #D6681B; }
span { border-color: rgb(214,104,27); }
td.TdClassName
{
border-color: #D6681B;
}
.TagClassName
{
border-color: #D6681B;
}
</style>