Shades of Whiskey #D69369
Tints of Whiskey #D69369
RGB
CMYK
RGB Variations
Color information
#D69369 (or 0xD69369) is known color: Whiskey. HEX triplet: D6, 93 and 69. RGB value is (214,147,105). Sum of RGB (Red+Green+Blue) = 214+147+105=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D69369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69369 is #296C96. Grayscale: #A2A2A2. Windows color (decimal): -2714775 or 6919126. OLE color: 6919126.
HSL color Cylindrical-coordinate representation of color #D69369: hue angle of 23.12º 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 #D69369 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 147 | 105 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.16 |
| HSL | 23.12º | 0.57% | 0.63% | - |
| HSV(B) | 23.12º | 0.51% | 0.84% | - |
| XYZ | 40.72 | 36.18 | 18.2 | - |
| YUV | 162.25 | 95.7 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 105 | 0 | 0.31 | 0.51 | 0.16 | 23.12 | 0.57 | 0.63 |
| Hex | D6 | 93 | 69 | 0 | 1F | 33 | 10 | 17 | 39 | 3F |
| Octal | 326 | 223 | 151 | 0 | 37 | 63 | 20 | 27 | 71 | 77 |
| Binary | 11010110 | 10010011 | 1101001 | 0 | 11111 | 110011 | 10000 | 10111 | 111001 | 111111 |
Color Harmonies of #D69369
Complementary color
Monochromatic Colors of #D69369
Black with #D69369
Text Example
Text Example
White with #D69369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69369; }
p { color: rgb(214,147,105); }
H1.HeaderClassName
{
color: #D69369;
}
.AnyTagClassName
{
color: #D69369;
}
</style>
background-color css
<style>
a { background-color: #D69369; }
a { background-color: rgb(214,147,105); }
div.DivClassName
{
background-color: #D69369;
}
.BgClassName
{
background-color: #D69369;
}
</style>
border-color css
<style>
span { border-color: #D69369; }
span { border-color: rgb(214,147,105); }
td.TdClassName
{
border-color: #D69369;
}
.TagClassName
{
border-color: #D69369;
}
</style>