Shades of Whiskey #D69B67
Tints of Whiskey #D69B67
RGB
CMYK
RGB Variations
Color information
#D69B67 (or 0xD69B67) is known color: Whiskey. HEX triplet: D6, 9B and 67. RGB value is (214,155,103). Sum of RGB (Red+Green+Blue) = 214+155+103=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69B67 is #296498. Grayscale: #A6A6A6. Windows color (decimal): -2712729 or 6790102. OLE color: 6790102.
HSL color Cylindrical-coordinate representation of color #D69B67: hue angle of 28.11º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D69B67 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 103 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.16 |
| HSL | 28.11º | 0.58% | 0.62% | - |
| HSV(B) | 28.11º | 0.52% | 0.84% | - |
| XYZ | 41.9 | 38.72 | 18.1 | - |
| YUV | 166.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 103 | 0 | 0.28 | 0.52 | 0.16 | 28.11 | 0.58 | 0.62 |
| Hex | D6 | 9B | 67 | 0 | 1C | 34 | 10 | 1C | 3A | 3E |
| Octal | 326 | 233 | 147 | 0 | 34 | 64 | 20 | 34 | 72 | 76 |
| Binary | 11010110 | 10011011 | 1100111 | 0 | 11100 | 110100 | 10000 | 11100 | 111010 | 111110 |
Color Harmonies of #D69B67
Complementary color
Monochromatic Colors of #D69B67
Black with #D69B67
Text Example
Text Example
White with #D69B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69B67; }
p { color: rgb(214,155,103); }
H1.HeaderClassName
{
color: #D69B67;
}
.AnyTagClassName
{
color: #D69B67;
}
</style>
background-color css
<style>
a { background-color: #D69B67; }
a { background-color: rgb(214,155,103); }
div.DivClassName
{
background-color: #D69B67;
}
.BgClassName
{
background-color: #D69B67;
}
</style>
border-color css
<style>
span { border-color: #D69B67; }
span { border-color: rgb(214,155,103); }
td.TdClassName
{
border-color: #D69B67;
}
.TagClassName
{
border-color: #D69B67;
}
</style>