Shades of Whiskey #D6936A
Tints of Whiskey #D6936A
RGB
CMYK
RGB Variations
Color information
#D6936A (or 0xD6936A) is known color: Whiskey. HEX triplet: D6, 93 and 6A. RGB value is (214,147,106). Sum of RGB (Red+Green+Blue) = 214+147+106=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6936A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6936A is #296C95. Grayscale: #A2A2A2. Windows color (decimal): -2714774 or 6984662. OLE color: 6984662.
HSL color Cylindrical-coordinate representation of color #D6936A: hue angle of 22.78º 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 #D6936A is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 147 | 106 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.16 |
| HSL | 22.78º | 0.57% | 0.63% | - |
| HSV(B) | 22.78º | 0.5% | 0.84% | - |
| XYZ | 40.77 | 36.2 | 18.48 | - |
| YUV | 162.36 | 96.2 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 106 | 0 | 0.31 | 0.50 | 0.16 | 22.78 | 0.57 | 0.63 |
| Hex | D6 | 93 | 6A | 0 | 1F | 32 | 10 | 17 | 39 | 3F |
| Octal | 326 | 223 | 152 | 0 | 37 | 62 | 20 | 27 | 71 | 77 |
| Binary | 11010110 | 10010011 | 1101010 | 0 | 11111 | 110010 | 10000 | 10111 | 111001 | 111111 |
Color Harmonies of #D6936A
Complementary color
Monochromatic Colors of #D6936A
Black with #D6936A
Text Example
Text Example
White with #D6936A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6936A; }
p { color: rgb(214,147,106); }
H1.HeaderClassName
{
color: #D6936A;
}
.AnyTagClassName
{
color: #D6936A;
}
</style>
background-color css
<style>
a { background-color: #D6936A; }
a { background-color: rgb(214,147,106); }
div.DivClassName
{
background-color: #D6936A;
}
.BgClassName
{
background-color: #D6936A;
}
</style>
border-color css
<style>
span { border-color: #D6936A; }
span { border-color: rgb(214,147,106); }
td.TdClassName
{
border-color: #D6936A;
}
.TagClassName
{
border-color: #D6936A;
}
</style>