Shades of Whiskey #D69C69
Tints of Whiskey #D69C69
RGB
CMYK
RGB Variations
Color information
#D69C69 (or 0xD69C69) is known color: Whiskey. HEX triplet: D6, 9C and 69. RGB value is (214,156,105). Sum of RGB (Red+Green+Blue) = 214+156+105=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C69 is #296396. Grayscale: #A7A7A7. Windows color (decimal): -2712471 or 6921430. OLE color: 6921430.
HSL color Cylindrical-coordinate representation of color #D69C69: hue angle of 28.07º 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 #D69C69 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 105 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.16 |
| HSL | 28.07º | 0.57% | 0.63% | - |
| HSV(B) | 28.07º | 0.51% | 0.84% | - |
| XYZ | 42.17 | 39.09 | 18.69 | - |
| YUV | 167.53 | 92.72 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 105 | 0 | 0.27 | 0.51 | 0.16 | 28.07 | 0.57 | 0.63 |
| Hex | D6 | 9C | 69 | 0 | 1B | 33 | 10 | 1C | 39 | 3F |
| Octal | 326 | 234 | 151 | 0 | 33 | 63 | 20 | 34 | 71 | 77 |
| Binary | 11010110 | 10011100 | 1101001 | 0 | 11011 | 110011 | 10000 | 11100 | 111001 | 111111 |
Color Harmonies of #D69C69
Complementary color
Monochromatic Colors of #D69C69
Black with #D69C69
Text Example
Text Example
White with #D69C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69C69; }
p { color: rgb(214,156,105); }
H1.HeaderClassName
{
color: #D69C69;
}
.AnyTagClassName
{
color: #D69C69;
}
</style>
background-color css
<style>
a { background-color: #D69C69; }
a { background-color: rgb(214,156,105); }
div.DivClassName
{
background-color: #D69C69;
}
.BgClassName
{
background-color: #D69C69;
}
</style>
border-color css
<style>
span { border-color: #D69C69; }
span { border-color: rgb(214,156,105); }
td.TdClassName
{
border-color: #D69C69;
}
.TagClassName
{
border-color: #D69C69;
}
</style>