Shades of Whiskey #D68D64
Tints of Whiskey #D68D64
RGB
CMYK
RGB Variations
Color information
#D68D64 (or 0xD68D64) is known color: Whiskey. HEX triplet: D6, 8D and 64. RGB value is (214,141,100). Sum of RGB (Red+Green+Blue) = 214+141+100=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D64 is #29729B. Grayscale: #9E9E9E. Windows color (decimal): -2716316 or 6589910. OLE color: 6589910.
HSL color Cylindrical-coordinate representation of color #D68D64: hue angle of 21.58º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D68D64 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 100 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.16 |
| HSL | 21.58º | 0.58% | 0.62% | - |
| HSV(B) | 21.58º | 0.53% | 0.84% | - |
| XYZ | 39.56 | 34.27 | 16.59 | - |
| YUV | 158.15 | 95.18 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 100 | 0 | 0.34 | 0.53 | 0.16 | 21.58 | 0.58 | 0.62 |
| Hex | D6 | 8D | 64 | 0 | 22 | 35 | 10 | 16 | 3A | 3E |
| Octal | 326 | 215 | 144 | 0 | 42 | 65 | 20 | 26 | 72 | 76 |
| Binary | 11010110 | 10001101 | 1100100 | 0 | 100010 | 110101 | 10000 | 10110 | 111010 | 111110 |
Color Harmonies of #D68D64
Complementary color
Monochromatic Colors of #D68D64
Black with #D68D64
Text Example
Text Example
White with #D68D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D64; }
p { color: rgb(214,141,100); }
H1.HeaderClassName
{
color: #D68D64;
}
.AnyTagClassName
{
color: #D68D64;
}
</style>
background-color css
<style>
a { background-color: #D68D64; }
a { background-color: rgb(214,141,100); }
div.DivClassName
{
background-color: #D68D64;
}
.BgClassName
{
background-color: #D68D64;
}
</style>
border-color css
<style>
span { border-color: #D68D64; }
span { border-color: rgb(214,141,100); }
td.TdClassName
{
border-color: #D68D64;
}
.TagClassName
{
border-color: #D68D64;
}
</style>