Shades of Whiskey #D69C6B
Tints of Whiskey #D69C6B
RGB
CMYK
RGB Variations
Color information
#D69C6B (or 0xD69C6B) is known color: Whiskey. HEX triplet: D6, 9C and 6B. RGB value is (214,156,107). Sum of RGB (Red+Green+Blue) = 214+156+107=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C6B is #296394. Grayscale: #A8A8A8. Windows color (decimal): -2712469 or 7052502. OLE color: 7052502.
HSL color Cylindrical-coordinate representation of color #D69C6B: hue angle of 27.48º 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 #D69C6B is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 107 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.16 |
| HSL | 27.48º | 0.57% | 0.63% | - |
| HSV(B) | 27.48º | 0.5% | 0.84% | - |
| XYZ | 42.27 | 39.13 | 19.24 | - |
| YUV | 167.76 | 93.72 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 107 | 0 | 0.27 | 0.50 | 0.16 | 27.48 | 0.57 | 0.63 |
| Hex | D6 | 9C | 6B | 0 | 1B | 32 | 10 | 1B | 39 | 3F |
| Octal | 326 | 234 | 153 | 0 | 33 | 62 | 20 | 33 | 71 | 77 |
| Binary | 11010110 | 10011100 | 1101011 | 0 | 11011 | 110010 | 10000 | 11011 | 111001 | 111111 |
Color Harmonies of #D69C6B
Complementary color
Monochromatic Colors of #D69C6B
Black with #D69C6B
Text Example
Text Example
White with #D69C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69C6B; }
p { color: rgb(214,156,107); }
H1.HeaderClassName
{
color: #D69C6B;
}
.AnyTagClassName
{
color: #D69C6B;
}
</style>
background-color css
<style>
a { background-color: #D69C6B; }
a { background-color: rgb(214,156,107); }
div.DivClassName
{
background-color: #D69C6B;
}
.BgClassName
{
background-color: #D69C6B;
}
</style>
border-color css
<style>
span { border-color: #D69C6B; }
span { border-color: rgb(214,156,107); }
td.TdClassName
{
border-color: #D69C6B;
}
.TagClassName
{
border-color: #D69C6B;
}
</style>