Shades of Whiskey #D68D63
Tints of Whiskey #D68D63
RGB
CMYK
RGB Variations
Color information
#D68D63 (or 0xD68D63) is known color: Whiskey. HEX triplet: D6, 8D and 63. RGB value is (214,141,99). Sum of RGB (Red+Green+Blue) = 214+141+99=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D63 is #29729C. Grayscale: #9E9E9E. Windows color (decimal): -2716317 or 6524374. OLE color: 6524374.
HSL color Cylindrical-coordinate representation of color #D68D63: hue angle of 21.91º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D68D63 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 99 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.16 |
| HSL | 21.91º | 0.58% | 0.61% | - |
| HSV(B) | 21.91º | 0.54% | 0.84% | - |
| XYZ | 39.51 | 34.25 | 16.33 | - |
| YUV | 158.04 | 94.68 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 99 | 0 | 0.34 | 0.54 | 0.16 | 21.91 | 0.58 | 0.61 |
| Hex | D6 | 8D | 63 | 0 | 22 | 36 | 10 | 16 | 3A | 3D |
| Octal | 326 | 215 | 143 | 0 | 42 | 66 | 20 | 26 | 72 | 75 |
| Binary | 11010110 | 10001101 | 1100011 | 0 | 100010 | 110110 | 10000 | 10110 | 111010 | 111101 |
Color Harmonies of #D68D63
Complementary color
Monochromatic Colors of #D68D63
Black with #D68D63
Text Example
Text Example
White with #D68D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D63; }
p { color: rgb(214,141,99); }
H1.HeaderClassName
{
color: #D68D63;
}
.AnyTagClassName
{
color: #D68D63;
}
</style>
background-color css
<style>
a { background-color: #D68D63; }
a { background-color: rgb(214,141,99); }
div.DivClassName
{
background-color: #D68D63;
}
.BgClassName
{
background-color: #D68D63;
}
</style>
border-color css
<style>
span { border-color: #D68D63; }
span { border-color: rgb(214,141,99); }
td.TdClassName
{
border-color: #D68D63;
}
.TagClassName
{
border-color: #D68D63;
}
</style>