Shades of Whiskey #D69168
Tints of Whiskey #D69168
RGB
CMYK
RGB Variations
Color information
#D69168 (or 0xD69168) is known color: Whiskey. HEX triplet: D6, 91 and 68. RGB value is (214,145,104). Sum of RGB (Red+Green+Blue) = 214+145+104=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D69168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69168 is #296E97. Grayscale: #A1A1A1. Windows color (decimal): -2715288 or 6853078. OLE color: 6853078.
HSL color Cylindrical-coordinate representation of color #D69168: hue angle of 22.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D69168 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 104 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.16 |
| HSL | 22.36º | 0.57% | 0.62% | - |
| HSV(B) | 22.36º | 0.51% | 0.84% | - |
| XYZ | 40.36 | 35.55 | 17.83 | - |
| YUV | 160.96 | 95.86 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 104 | 0 | 0.32 | 0.51 | 0.16 | 22.36 | 0.57 | 0.62 |
| Hex | D6 | 91 | 68 | 0 | 20 | 33 | 10 | 16 | 39 | 3E |
| Octal | 326 | 221 | 150 | 0 | 40 | 63 | 20 | 26 | 71 | 76 |
| Binary | 11010110 | 10010001 | 1101000 | 0 | 100000 | 110011 | 10000 | 10110 | 111001 | 111110 |
Color Harmonies of #D69168
Complementary color
Monochromatic Colors of #D69168
Black with #D69168
Text Example
Text Example
White with #D69168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69168; }
p { color: rgb(214,145,104); }
H1.HeaderClassName
{
color: #D69168;
}
.AnyTagClassName
{
color: #D69168;
}
</style>
background-color css
<style>
a { background-color: #D69168; }
a { background-color: rgb(214,145,104); }
div.DivClassName
{
background-color: #D69168;
}
.BgClassName
{
background-color: #D69168;
}
</style>
border-color css
<style>
span { border-color: #D69168; }
span { border-color: rgb(214,145,104); }
td.TdClassName
{
border-color: #D69168;
}
.TagClassName
{
border-color: #D69168;
}
</style>