Shades of Whiskey Sour #D68756
Tints of Whiskey Sour #D68756
RGB
CMYK
RGB Variations
Color information
#D68756 (or 0xD68756) is known color: Whiskey Sour. HEX triplet: D6, 87 and 56. RGB value is (214,135,86). Sum of RGB (Red+Green+Blue) = 214+135+86=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D68756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68756 is #2978A9. Grayscale: #999999. Windows color (decimal): -2717866 or 5670870. OLE color: 5670870.
HSL color Cylindrical-coordinate representation of color #D68756: hue angle of 22.97º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D68756 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 86 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.16 |
| HSL | 22.97º | 0.61% | 0.59% | - |
| HSV(B) | 22.97º | 0.6% | 0.84% | - |
| XYZ | 38.08 | 32.3 | 13.03 | - |
| YUV | 153.04 | 90.17 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 86 | 0 | 0.37 | 0.60 | 0.16 | 22.97 | 0.61 | 0.59 |
| Hex | D6 | 87 | 56 | 0 | 25 | 3C | 10 | 17 | 3D | 3B |
| Octal | 326 | 207 | 126 | 0 | 45 | 74 | 20 | 27 | 75 | 73 |
| Binary | 11010110 | 10000111 | 1010110 | 0 | 100101 | 111100 | 10000 | 10111 | 111101 | 111011 |
Color Harmonies of #D68756
Complementary color
Monochromatic Colors of #D68756
Black with #D68756
Text Example
Text Example
White with #D68756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68756; }
p { color: rgb(214,135,86); }
H1.HeaderClassName
{
color: #D68756;
}
.AnyTagClassName
{
color: #D68756;
}
</style>
background-color css
<style>
a { background-color: #D68756; }
a { background-color: rgb(214,135,86); }
div.DivClassName
{
background-color: #D68756;
}
.BgClassName
{
background-color: #D68756;
}
</style>
border-color css
<style>
span { border-color: #D68756; }
span { border-color: rgb(214,135,86); }
td.TdClassName
{
border-color: #D68756;
}
.TagClassName
{
border-color: #D68756;
}
</style>