Shades of Whiskey #D6956C
Tints of Whiskey #D6956C
RGB
CMYK
RGB Variations
Color information
#D6956C (or 0xD6956C) is known color: Whiskey. HEX triplet: D6, 95 and 6C. RGB value is (214,149,108). Sum of RGB (Red+Green+Blue) = 214+149+108=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6956C is #296A93. Grayscale: #A3A3A3. Windows color (decimal): -2714260 or 7116246. OLE color: 7116246.
HSL color Cylindrical-coordinate representation of color #D6956C: hue angle of 23.21º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6956C is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 108 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.16 |
| HSL | 23.21º | 0.56% | 0.63% | - |
| HSV(B) | 23.21º | 0.5% | 0.84% | - |
| XYZ | 41.19 | 36.87 | 19.13 | - |
| YUV | 163.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 108 | 0 | 0.30 | 0.50 | 0.16 | 23.21 | 0.56 | 0.63 |
| Hex | D6 | 95 | 6C | 0 | 1E | 32 | 10 | 17 | 38 | 3F |
| Octal | 326 | 225 | 154 | 0 | 36 | 62 | 20 | 27 | 70 | 77 |
| Binary | 11010110 | 10010101 | 1101100 | 0 | 11110 | 110010 | 10000 | 10111 | 111000 | 111111 |
Color Harmonies of #D6956C
Complementary color
Monochromatic Colors of #D6956C
Black with #D6956C
Text Example
Text Example
White with #D6956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6956C; }
p { color: rgb(214,149,108); }
H1.HeaderClassName
{
color: #D6956C;
}
.AnyTagClassName
{
color: #D6956C;
}
</style>
background-color css
<style>
a { background-color: #D6956C; }
a { background-color: rgb(214,149,108); }
div.DivClassName
{
background-color: #D6956C;
}
.BgClassName
{
background-color: #D6956C;
}
</style>
border-color css
<style>
span { border-color: #D6956C; }
span { border-color: rgb(214,149,108); }
td.TdClassName
{
border-color: #D6956C;
}
.TagClassName
{
border-color: #D6956C;
}
</style>