Shades of Whiskey #D68A60
Tints of Whiskey #D68A60
RGB
CMYK
RGB Variations
Color information
#D68A60 (or 0xD68A60) is known color: Whiskey. HEX triplet: D6, 8A and 60. RGB value is (214,138,96). Sum of RGB (Red+Green+Blue) = 214+138+96=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A60 is #29759F. Grayscale: #9C9C9C. Windows color (decimal): -2717088 or 6326998. OLE color: 6326998.
HSL color Cylindrical-coordinate representation of color #D68A60: hue angle of 21.36º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D68A60 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 96 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.16 |
| HSL | 21.36º | 0.59% | 0.61% | - |
| HSV(B) | 21.36º | 0.55% | 0.84% | - |
| XYZ | 38.93 | 33.32 | 15.45 | - |
| YUV | 155.94 | 94.18 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 96 | 0 | 0.36 | 0.55 | 0.16 | 21.36 | 0.59 | 0.61 |
| Hex | D6 | 8A | 60 | 0 | 24 | 37 | 10 | 15 | 3B | 3D |
| Octal | 326 | 212 | 140 | 0 | 44 | 67 | 20 | 25 | 73 | 75 |
| Binary | 11010110 | 10001010 | 1100000 | 0 | 100100 | 110111 | 10000 | 10101 | 111011 | 111101 |
Color Harmonies of #D68A60
Complementary color
Monochromatic Colors of #D68A60
Black with #D68A60
Text Example
Text Example
White with #D68A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A60; }
p { color: rgb(214,138,96); }
H1.HeaderClassName
{
color: #D68A60;
}
.AnyTagClassName
{
color: #D68A60;
}
</style>
background-color css
<style>
a { background-color: #D68A60; }
a { background-color: rgb(214,138,96); }
div.DivClassName
{
background-color: #D68A60;
}
.BgClassName
{
background-color: #D68A60;
}
</style>
border-color css
<style>
span { border-color: #D68A60; }
span { border-color: rgb(214,138,96); }
td.TdClassName
{
border-color: #D68A60;
}
.TagClassName
{
border-color: #D68A60;
}
</style>