Shades of Whiskey #D7936B
Tints of Whiskey #D7936B
RGB
CMYK
RGB Variations
Color information
#D7936B (or 0xD7936B) is known color: Whiskey. HEX triplet: D7, 93 and 6B. RGB value is (215,147,107). Sum of RGB (Red+Green+Blue) = 215+147+107=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D7936B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7936B is #286C94. Grayscale: #A3A3A3. Windows color (decimal): -2649237 or 7050199. OLE color: 7050199.
HSL color Cylindrical-coordinate representation of color #D7936B: hue angle of 22.22º 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 #D7936B is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 107 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.16 |
| HSL | 22.22º | 0.57% | 0.63% | - |
| HSV(B) | 22.22º | 0.5% | 0.84% | - |
| XYZ | 41.11 | 36.38 | 18.76 | - |
| YUV | 162.77 | 96.53 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 107 | 0 | 0.32 | 0.50 | 0.16 | 22.22 | 0.57 | 0.63 |
| Hex | D7 | 93 | 6B | 0 | 20 | 32 | 10 | 16 | 39 | 3F |
| Octal | 327 | 223 | 153 | 0 | 40 | 62 | 20 | 26 | 71 | 77 |
| Binary | 11010111 | 10010011 | 1101011 | 0 | 100000 | 110010 | 10000 | 10110 | 111001 | 111111 |
Color Harmonies of #D7936B
Complementary color
Monochromatic Colors of #D7936B
Black with #D7936B
Text Example
Text Example
White with #D7936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7936B; }
p { color: rgb(215,147,107); }
H1.HeaderClassName
{
color: #D7936B;
}
.AnyTagClassName
{
color: #D7936B;
}
</style>
background-color css
<style>
a { background-color: #D7936B; }
a { background-color: rgb(215,147,107); }
div.DivClassName
{
background-color: #D7936B;
}
.BgClassName
{
background-color: #D7936B;
}
</style>
border-color css
<style>
span { border-color: #D7936B; }
span { border-color: rgb(215,147,107); }
td.TdClassName
{
border-color: #D7936B;
}
.TagClassName
{
border-color: #D7936B;
}
</style>