Shades of Whiskey #D6996C
Tints of Whiskey #D6996C
RGB
CMYK
RGB Variations
Color information
#D6996C (or 0xD6996C) is known color: Whiskey. HEX triplet: D6, 99 and 6C. RGB value is (214,153,108). Sum of RGB (Red+Green+Blue) = 214+153+108=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6996C is #296693. Grayscale: #A6A6A6. Windows color (decimal): -2713236 or 7117270. OLE color: 7117270.
HSL color Cylindrical-coordinate representation of color #D6996C: hue angle of 25.47º 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 #D6996C is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 108 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.16 |
| HSL | 25.47º | 0.56% | 0.63% | - |
| HSV(B) | 25.47º | 0.5% | 0.84% | - |
| XYZ | 41.83 | 38.16 | 19.35 | - |
| YUV | 166.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 108 | 0 | 0.29 | 0.50 | 0.16 | 25.47 | 0.56 | 0.63 |
| Hex | D6 | 99 | 6C | 0 | 1D | 32 | 10 | 19 | 38 | 3F |
| Octal | 326 | 231 | 154 | 0 | 35 | 62 | 20 | 31 | 70 | 77 |
| Binary | 11010110 | 10011001 | 1101100 | 0 | 11101 | 110010 | 10000 | 11001 | 111000 | 111111 |
Color Harmonies of #D6996C
Complementary color
Monochromatic Colors of #D6996C
Black with #D6996C
Text Example
Text Example
White with #D6996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6996C; }
p { color: rgb(214,153,108); }
H1.HeaderClassName
{
color: #D6996C;
}
.AnyTagClassName
{
color: #D6996C;
}
</style>
background-color css
<style>
a { background-color: #D6996C; }
a { background-color: rgb(214,153,108); }
div.DivClassName
{
background-color: #D6996C;
}
.BgClassName
{
background-color: #D6996C;
}
</style>
border-color css
<style>
span { border-color: #D6996C; }
span { border-color: rgb(214,153,108); }
td.TdClassName
{
border-color: #D6996C;
}
.TagClassName
{
border-color: #D6996C;
}
</style>