Shades of Whiskey #D6996A
Tints of Whiskey #D6996A
RGB
CMYK
RGB Variations
Color information
#D6996A (or 0xD6996A) is known color: Whiskey. HEX triplet: D6, 99 and 6A. RGB value is (214,153,106). Sum of RGB (Red+Green+Blue) = 214+153+106=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6996A is #296695. Grayscale: #A6A6A6. Windows color (decimal): -2713238 or 6986198. OLE color: 6986198.
HSL color Cylindrical-coordinate representation of color #D6996A: hue angle of 26.11º degrees, saturation: 0.57, 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 #D6996A is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 106 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.16 |
| HSL | 26.11º | 0.57% | 0.63% | - |
| HSV(B) | 26.11º | 0.5% | 0.84% | - |
| XYZ | 41.72 | 38.12 | 18.79 | - |
| YUV | 165.88 | 94.21 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 106 | 0 | 0.29 | 0.50 | 0.16 | 26.11 | 0.57 | 0.63 |
| Hex | D6 | 99 | 6A | 0 | 1D | 32 | 10 | 1A | 39 | 3F |
| Octal | 326 | 231 | 152 | 0 | 35 | 62 | 20 | 32 | 71 | 77 |
| Binary | 11010110 | 10011001 | 1101010 | 0 | 11101 | 110010 | 10000 | 11010 | 111001 | 111111 |
Color Harmonies of #D6996A
Complementary color
Monochromatic Colors of #D6996A
Black with #D6996A
Text Example
Text Example
White with #D6996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6996A; }
p { color: rgb(214,153,106); }
H1.HeaderClassName
{
color: #D6996A;
}
.AnyTagClassName
{
color: #D6996A;
}
</style>
background-color css
<style>
a { background-color: #D6996A; }
a { background-color: rgb(214,153,106); }
div.DivClassName
{
background-color: #D6996A;
}
.BgClassName
{
background-color: #D6996A;
}
</style>
border-color css
<style>
span { border-color: #D6996A; }
span { border-color: rgb(214,153,106); }
td.TdClassName
{
border-color: #D6996A;
}
.TagClassName
{
border-color: #D6996A;
}
</style>