Shades of Whiskey #C6895F
Tints of Whiskey #C6895F
RGB
CMYK
RGB Variations
Color information
#C6895F (or 0xC6895F) is known color: Whiskey. HEX triplet: C6, 89 and 5F. RGB value is (198,137,95). Sum of RGB (Red+Green+Blue) = 198+137+95=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C6895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6895F is #3976A0. Grayscale: #969696. Windows color (decimal): -3765921 or 6261190. OLE color: 6261190.
HSL color Cylindrical-coordinate representation of color #C6895F: hue angle of 24.47º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6895F is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 95 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.22 |
| HSL | 24.47º | 0.47% | 0.57% | - |
| HSV(B) | 24.47º | 0.52% | 0.78% | - |
| XYZ | 34.3 | 30.72 | 14.95 | - |
| YUV | 150.45 | 96.71 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 95 | 0 | 0.31 | 0.52 | 0.22 | 24.47 | 0.47 | 0.57 |
| Hex | C6 | 89 | 5F | 0 | 1F | 34 | 16 | 18 | 2F | 39 |
| Octal | 306 | 211 | 137 | 0 | 37 | 64 | 26 | 30 | 57 | 71 |
| Binary | 11000110 | 10001001 | 1011111 | 0 | 11111 | 110100 | 10110 | 11000 | 101111 | 111001 |
Color Harmonies of #C6895F
Complementary color
Monochromatic Colors of #C6895F
Black with #C6895F
Text Example
Text Example
White with #C6895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6895F; }
p { color: rgb(198,137,95); }
H1.HeaderClassName
{
color: #C6895F;
}
.AnyTagClassName
{
color: #C6895F;
}
</style>
background-color css
<style>
a { background-color: #C6895F; }
a { background-color: rgb(198,137,95); }
div.DivClassName
{
background-color: #C6895F;
}
.BgClassName
{
background-color: #C6895F;
}
</style>
border-color css
<style>
span { border-color: #C6895F; }
span { border-color: rgb(198,137,95); }
td.TdClassName
{
border-color: #C6895F;
}
.TagClassName
{
border-color: #C6895F;
}
</style>