Shades of Whiskey #D69B6C
Tints of Whiskey #D69B6C
RGB
CMYK
RGB Variations
Color information
#D69B6C (or 0xD69B6C) is known color: Whiskey. HEX triplet: D6, 9B and 6C. RGB value is (214,155,108). Sum of RGB (Red+Green+Blue) = 214+155+108=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69B6C is #296493. Grayscale: #A7A7A7. Windows color (decimal): -2712724 or 7117782. OLE color: 7117782.
HSL color Cylindrical-coordinate representation of color #D69B6C: hue angle of 26.6º degrees, saturation: 0.56, 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 #D69B6C is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 108 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.16 |
| HSL | 26.6º | 0.56% | 0.63% | - |
| HSV(B) | 26.6º | 0.5% | 0.84% | - |
| XYZ | 42.16 | 38.82 | 19.46 | - |
| YUV | 167.28 | 94.55 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 108 | 0 | 0.28 | 0.50 | 0.16 | 26.6 | 0.56 | 0.63 |
| Hex | D6 | 9B | 6C | 0 | 1C | 32 | 10 | 1B | 38 | 3F |
| Octal | 326 | 233 | 154 | 0 | 34 | 62 | 20 | 33 | 70 | 77 |
| Binary | 11010110 | 10011011 | 1101100 | 0 | 11100 | 110010 | 10000 | 11011 | 111000 | 111111 |
Color Harmonies of #D69B6C
Complementary color
Monochromatic Colors of #D69B6C
Black with #D69B6C
Text Example
Text Example
White with #D69B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69B6C; }
p { color: rgb(214,155,108); }
H1.HeaderClassName
{
color: #D69B6C;
}
.AnyTagClassName
{
color: #D69B6C;
}
</style>
background-color css
<style>
a { background-color: #D69B6C; }
a { background-color: rgb(214,155,108); }
div.DivClassName
{
background-color: #D69B6C;
}
.BgClassName
{
background-color: #D69B6C;
}
</style>
border-color css
<style>
span { border-color: #D69B6C; }
span { border-color: rgb(214,155,108); }
td.TdClassName
{
border-color: #D69B6C;
}
.TagClassName
{
border-color: #D69B6C;
}
</style>