Shades of Whiskey #C68961
Tints of Whiskey #C68961
RGB
CMYK
RGB Variations
Color information
#C68961 (or 0xC68961) is known color: Whiskey. HEX triplet: C6, 89 and 61. RGB value is (198,137,97). Sum of RGB (Red+Green+Blue) = 198+137+97=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C68961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68961 is #39769E. Grayscale: #969696. Windows color (decimal): -3765919 or 6392262. OLE color: 6392262.
HSL color Cylindrical-coordinate representation of color #C68961: hue angle of 23.76º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C68961 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 97 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.22 |
| HSL | 23.76º | 0.47% | 0.58% | - |
| HSV(B) | 23.76º | 0.51% | 0.78% | - |
| XYZ | 34.39 | 30.76 | 15.43 | - |
| YUV | 150.68 | 97.71 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 97 | 0 | 0.31 | 0.51 | 0.22 | 23.76 | 0.47 | 0.58 |
| Hex | C6 | 89 | 61 | 0 | 1F | 33 | 16 | 18 | 2F | 3A |
| Octal | 306 | 211 | 141 | 0 | 37 | 63 | 26 | 30 | 57 | 72 |
| Binary | 11000110 | 10001001 | 1100001 | 0 | 11111 | 110011 | 10110 | 11000 | 101111 | 111010 |
Color Harmonies of #C68961
Complementary color
Monochromatic Colors of #C68961
Black with #C68961
Text Example
Text Example
White with #C68961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68961; }
p { color: rgb(198,137,97); }
H1.HeaderClassName
{
color: #C68961;
}
.AnyTagClassName
{
color: #C68961;
}
</style>
background-color css
<style>
a { background-color: #C68961; }
a { background-color: rgb(198,137,97); }
div.DivClassName
{
background-color: #C68961;
}
.BgClassName
{
background-color: #C68961;
}
</style>
border-color css
<style>
span { border-color: #C68961; }
span { border-color: rgb(198,137,97); }
td.TdClassName
{
border-color: #C68961;
}
.TagClassName
{
border-color: #C68961;
}
</style>