Shades of Whiskey #C6885F
Tints of Whiskey #C6885F
RGB
CMYK
RGB Variations
Color information
#C6885F (or 0xC6885F) is known color: Whiskey. HEX triplet: C6, 88 and 5F. RGB value is (198,136,95). Sum of RGB (Red+Green+Blue) = 198+136+95=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C6885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6885F is #3977A0. Grayscale: #969696. Windows color (decimal): -3766177 or 6260934. OLE color: 6260934.
HSL color Cylindrical-coordinate representation of color #C6885F: hue angle of 23.88º 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 #C6885F is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 95 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.22 |
| HSL | 23.88º | 0.47% | 0.57% | - |
| HSV(B) | 23.88º | 0.52% | 0.78% | - |
| XYZ | 34.16 | 30.44 | 14.9 | - |
| YUV | 149.86 | 97.04 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 95 | 0 | 0.31 | 0.52 | 0.22 | 23.88 | 0.47 | 0.57 |
| Hex | C6 | 88 | 5F | 0 | 1F | 34 | 16 | 18 | 2F | 39 |
| Octal | 306 | 210 | 137 | 0 | 37 | 64 | 26 | 30 | 57 | 71 |
| Binary | 11000110 | 10001000 | 1011111 | 0 | 11111 | 110100 | 10110 | 11000 | 101111 | 111001 |
Color Harmonies of #C6885F
Complementary color
Monochromatic Colors of #C6885F
Black with #C6885F
Text Example
Text Example
White with #C6885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6885F; }
p { color: rgb(198,136,95); }
H1.HeaderClassName
{
color: #C6885F;
}
.AnyTagClassName
{
color: #C6885F;
}
</style>
background-color css
<style>
a { background-color: #C6885F; }
a { background-color: rgb(198,136,95); }
div.DivClassName
{
background-color: #C6885F;
}
.BgClassName
{
background-color: #C6885F;
}
</style>
border-color css
<style>
span { border-color: #C6885F; }
span { border-color: rgb(198,136,95); }
td.TdClassName
{
border-color: #C6885F;
}
.TagClassName
{
border-color: #C6885F;
}
</style>