Shades of Whiskey #D69669
Tints of Whiskey #D69669
RGB
CMYK
RGB Variations
Color information
#D69669 (or 0xD69669) is known color: Whiskey. HEX triplet: D6, 96 and 69. RGB value is (214,150,105). Sum of RGB (Red+Green+Blue) = 214+150+105=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D69669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69669 is #296996. Grayscale: #A4A4A4. Windows color (decimal): -2714007 or 6919894. OLE color: 6919894.
HSL color Cylindrical-coordinate representation of color #D69669: hue angle of 24.77º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D69669 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 105 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.16 |
| HSL | 24.77º | 0.57% | 0.63% | - |
| HSV(B) | 24.77º | 0.51% | 0.84% | - |
| XYZ | 41.19 | 37.13 | 18.36 | - |
| YUV | 164.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 105 | 0 | 0.30 | 0.51 | 0.16 | 24.77 | 0.57 | 0.63 |
| Hex | D6 | 96 | 69 | 0 | 1E | 33 | 10 | 19 | 39 | 3F |
| Octal | 326 | 226 | 151 | 0 | 36 | 63 | 20 | 31 | 71 | 77 |
| Binary | 11010110 | 10010110 | 1101001 | 0 | 11110 | 110011 | 10000 | 11001 | 111001 | 111111 |
Color Harmonies of #D69669
Complementary color
Monochromatic Colors of #D69669
Black with #D69669
Text Example
Text Example
White with #D69669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69669; }
p { color: rgb(214,150,105); }
H1.HeaderClassName
{
color: #D69669;
}
.AnyTagClassName
{
color: #D69669;
}
</style>
background-color css
<style>
a { background-color: #D69669; }
a { background-color: rgb(214,150,105); }
div.DivClassName
{
background-color: #D69669;
}
.BgClassName
{
background-color: #D69669;
}
</style>
border-color css
<style>
span { border-color: #D69669; }
span { border-color: rgb(214,150,105); }
td.TdClassName
{
border-color: #D69669;
}
.TagClassName
{
border-color: #D69669;
}
</style>