Shades of Whiskey #D6936B
Tints of Whiskey #D6936B
RGB
CMYK
RGB Variations
Color information
#D6936B (or 0xD6936B) is known color: Whiskey. HEX triplet: D6, 93 and 6B. RGB value is (214,147,107). Sum of RGB (Red+Green+Blue) = 214+147+107=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6936B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6936B is #296C94. Grayscale: #A2A2A2. Windows color (decimal): -2714773 or 7050198. OLE color: 7050198.
HSL color Cylindrical-coordinate representation of color #D6936B: hue angle of 22.43º 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 #D6936B is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 147 | 107 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.16 |
| HSL | 22.43º | 0.57% | 0.63% | - |
| HSV(B) | 22.43º | 0.5% | 0.84% | - |
| XYZ | 40.82 | 36.23 | 18.75 | - |
| YUV | 162.47 | 96.7 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 107 | 0 | 0.31 | 0.50 | 0.16 | 22.43 | 0.57 | 0.63 |
| Hex | D6 | 93 | 6B | 0 | 1F | 32 | 10 | 16 | 39 | 3F |
| Octal | 326 | 223 | 153 | 0 | 37 | 62 | 20 | 26 | 71 | 77 |
| Binary | 11010110 | 10010011 | 1101011 | 0 | 11111 | 110010 | 10000 | 10110 | 111001 | 111111 |
Color Harmonies of #D6936B
Complementary color
Monochromatic Colors of #D6936B
Black with #D6936B
Text Example
Text Example
White with #D6936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6936B; }
p { color: rgb(214,147,107); }
H1.HeaderClassName
{
color: #D6936B;
}
.AnyTagClassName
{
color: #D6936B;
}
</style>
background-color css
<style>
a { background-color: #D6936B; }
a { background-color: rgb(214,147,107); }
div.DivClassName
{
background-color: #D6936B;
}
.BgClassName
{
background-color: #D6936B;
}
</style>
border-color css
<style>
span { border-color: #D6936B; }
span { border-color: rgb(214,147,107); }
td.TdClassName
{
border-color: #D6936B;
}
.TagClassName
{
border-color: #D6936B;
}
</style>