Shades of Whiskey Sour #D68856
Tints of Whiskey Sour #D68856
RGB
CMYK
RGB Variations
Color information
#D68856 (or 0xD68856) is known color: Whiskey Sour. HEX triplet: D6, 88 and 56. RGB value is (214,136,86). Sum of RGB (Red+Green+Blue) = 214+136+86=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D68856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68856 is #2977A9. Grayscale: #999999. Windows color (decimal): -2717610 or 5671126. OLE color: 5671126.
HSL color Cylindrical-coordinate representation of color #D68856: hue angle of 23.44º 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 #D68856 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 86 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.16 |
| HSL | 23.44º | 0.61% | 0.59% | - |
| HSV(B) | 23.44º | 0.6% | 0.84% | - |
| XYZ | 38.22 | 32.58 | 13.08 | - |
| YUV | 153.62 | 89.84 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 86 | 0 | 0.36 | 0.60 | 0.16 | 23.44 | 0.61 | 0.59 |
| Hex | D6 | 88 | 56 | 0 | 24 | 3C | 10 | 17 | 3D | 3B |
| Octal | 326 | 210 | 126 | 0 | 44 | 74 | 20 | 27 | 75 | 73 |
| Binary | 11010110 | 10001000 | 1010110 | 0 | 100100 | 111100 | 10000 | 10111 | 111101 | 111011 |
Color Harmonies of #D68856
Complementary color
Monochromatic Colors of #D68856
Black with #D68856
Text Example
Text Example
White with #D68856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68856; }
p { color: rgb(214,136,86); }
H1.HeaderClassName
{
color: #D68856;
}
.AnyTagClassName
{
color: #D68856;
}
</style>
background-color css
<style>
a { background-color: #D68856; }
a { background-color: rgb(214,136,86); }
div.DivClassName
{
background-color: #D68856;
}
.BgClassName
{
background-color: #D68856;
}
</style>
border-color css
<style>
span { border-color: #D68856; }
span { border-color: rgb(214,136,86); }
td.TdClassName
{
border-color: #D68856;
}
.TagClassName
{
border-color: #D68856;
}
</style>