Shades of Whiskey #D79B68
Tints of Whiskey #D79B68
RGB
CMYK
RGB Variations
Color information
#D79B68 (or 0xD79B68) is known color: Whiskey. HEX triplet: D7, 9B and 68. RGB value is (215,155,104). Sum of RGB (Red+Green+Blue) = 215+155+104=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79B68 is #286497. Grayscale: #A7A7A7. Windows color (decimal): -2647192 or 6855639. OLE color: 6855639.
HSL color Cylindrical-coordinate representation of color #D79B68: hue angle of 27.57º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D79B68 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 104 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.16 |
| HSL | 27.57º | 0.58% | 0.63% | - |
| HSV(B) | 27.57º | 0.52% | 0.84% | - |
| XYZ | 42.24 | 38.89 | 18.38 | - |
| YUV | 167.13 | 92.38 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 104 | 0 | 0.28 | 0.52 | 0.16 | 27.57 | 0.58 | 0.63 |
| Hex | D7 | 9B | 68 | 0 | 1C | 34 | 10 | 1C | 3A | 3F |
| Octal | 327 | 233 | 150 | 0 | 34 | 64 | 20 | 34 | 72 | 77 |
| Binary | 11010111 | 10011011 | 1101000 | 0 | 11100 | 110100 | 10000 | 11100 | 111010 | 111111 |
Color Harmonies of #D79B68
Complementary color
Monochromatic Colors of #D79B68
Black with #D79B68
Text Example
Text Example
White with #D79B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79B68; }
p { color: rgb(215,155,104); }
H1.HeaderClassName
{
color: #D79B68;
}
.AnyTagClassName
{
color: #D79B68;
}
</style>
background-color css
<style>
a { background-color: #D79B68; }
a { background-color: rgb(215,155,104); }
div.DivClassName
{
background-color: #D79B68;
}
.BgClassName
{
background-color: #D79B68;
}
</style>
border-color css
<style>
span { border-color: #D79B68; }
span { border-color: rgb(215,155,104); }
td.TdClassName
{
border-color: #D79B68;
}
.TagClassName
{
border-color: #D79B68;
}
</style>