Shades of Whiskey Sour #D6945B
Tints of Whiskey Sour #D6945B
RGB
CMYK
RGB Variations
Color information
#D6945B (or 0xD6945B) is known color: Whiskey Sour. HEX triplet: D6, 94 and 5B. RGB value is (214,148,91). Sum of RGB (Red+Green+Blue) = 214+148+91=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6945B is #296BA4. Grayscale: #A1A1A1. Windows color (decimal): -2714533 or 6001878. OLE color: 6001878.
HSL color Cylindrical-coordinate representation of color #D6945B: hue angle of 27.8º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6945B is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 148 | 91 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.16 |
| HSL | 27.8º | 0.6% | 0.6% | - |
| HSV(B) | 27.8º | 0.57% | 0.84% | - |
| XYZ | 40.21 | 36.23 | 14.77 | - |
| YUV | 161.24 | 88.37 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 91 | 0 | 0.31 | 0.57 | 0.16 | 27.8 | 0.6 | 0.6 |
| Hex | D6 | 94 | 5B | 0 | 1F | 39 | 10 | 1C | 3C | 3C |
| Octal | 326 | 224 | 133 | 0 | 37 | 71 | 20 | 34 | 74 | 74 |
| Binary | 11010110 | 10010100 | 1011011 | 0 | 11111 | 111001 | 10000 | 11100 | 111100 | 111100 |
Color Harmonies of #D6945B
Complementary color
Monochromatic Colors of #D6945B
Black with #D6945B
Text Example
Text Example
White with #D6945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6945B; }
p { color: rgb(214,148,91); }
H1.HeaderClassName
{
color: #D6945B;
}
.AnyTagClassName
{
color: #D6945B;
}
</style>
background-color css
<style>
a { background-color: #D6945B; }
a { background-color: rgb(214,148,91); }
div.DivClassName
{
background-color: #D6945B;
}
.BgClassName
{
background-color: #D6945B;
}
</style>
border-color css
<style>
span { border-color: #D6945B; }
span { border-color: rgb(214,148,91); }
td.TdClassName
{
border-color: #D6945B;
}
.TagClassName
{
border-color: #D6945B;
}
</style>