Shades of Whiskey #D69C67
Tints of Whiskey #D69C67
RGB
CMYK
RGB Variations
Color information
#D69C67 (or 0xD69C67) is known color: Whiskey. HEX triplet: D6, 9C and 67. RGB value is (214,156,103). Sum of RGB (Red+Green+Blue) = 214+156+103=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C67 is #296398. Grayscale: #A7A7A7. Windows color (decimal): -2712473 or 6790358. OLE color: 6790358.
HSL color Cylindrical-coordinate representation of color #D69C67: hue angle of 28.65º 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 #D69C67 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 103 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.16 |
| HSL | 28.65º | 0.58% | 0.62% | - |
| HSV(B) | 28.65º | 0.52% | 0.84% | - |
| XYZ | 42.07 | 39.05 | 18.15 | - |
| YUV | 167.3 | 91.72 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 103 | 0 | 0.27 | 0.52 | 0.16 | 28.65 | 0.58 | 0.62 |
| Hex | D6 | 9C | 67 | 0 | 1B | 34 | 10 | 1D | 3A | 3E |
| Octal | 326 | 234 | 147 | 0 | 33 | 64 | 20 | 35 | 72 | 76 |
| Binary | 11010110 | 10011100 | 1100111 | 0 | 11011 | 110100 | 10000 | 11101 | 111010 | 111110 |
Color Harmonies of #D69C67
Complementary color
Monochromatic Colors of #D69C67
Black with #D69C67
Text Example
Text Example
White with #D69C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69C67; }
p { color: rgb(214,156,103); }
H1.HeaderClassName
{
color: #D69C67;
}
.AnyTagClassName
{
color: #D69C67;
}
</style>
background-color css
<style>
a { background-color: #D69C67; }
a { background-color: rgb(214,156,103); }
div.DivClassName
{
background-color: #D69C67;
}
.BgClassName
{
background-color: #D69C67;
}
</style>
border-color css
<style>
span { border-color: #D69C67; }
span { border-color: rgb(214,156,103); }
td.TdClassName
{
border-color: #D69C67;
}
.TagClassName
{
border-color: #D69C67;
}
</style>