Shades of Whiskey #C69166
Tints of Whiskey #C69166
RGB
CMYK
RGB Variations
Color information
#C69166 (or 0xC69166) is known color: Whiskey. HEX triplet: C6, 91 and 66. RGB value is (198,145,102). Sum of RGB (Red+Green+Blue) = 198+145+102=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C69166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69166 is #396E99. Grayscale: #9C9C9C. Windows color (decimal): -3763866 or 6721990. OLE color: 6721990.
HSL color Cylindrical-coordinate representation of color #C69166: hue angle of 26.88º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C69166 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 102 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.22 |
| HSL | 26.88º | 0.46% | 0.59% | - |
| HSV(B) | 26.88º | 0.48% | 0.78% | - |
| XYZ | 35.81 | 33.22 | 17.09 | - |
| YUV | 155.95 | 97.56 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 102 | 0 | 0.27 | 0.48 | 0.22 | 26.88 | 0.46 | 0.59 |
| Hex | C6 | 91 | 66 | 0 | 1B | 30 | 16 | 1B | 2E | 3B |
| Octal | 306 | 221 | 146 | 0 | 33 | 60 | 26 | 33 | 56 | 73 |
| Binary | 11000110 | 10010001 | 1100110 | 0 | 11011 | 110000 | 10110 | 11011 | 101110 | 111011 |
Color Harmonies of #C69166
Complementary color
Monochromatic Colors of #C69166
Black with #C69166
Text Example
Text Example
White with #C69166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69166; }
p { color: rgb(198,145,102); }
H1.HeaderClassName
{
color: #C69166;
}
.AnyTagClassName
{
color: #C69166;
}
</style>
background-color css
<style>
a { background-color: #C69166; }
a { background-color: rgb(198,145,102); }
div.DivClassName
{
background-color: #C69166;
}
.BgClassName
{
background-color: #C69166;
}
</style>
border-color css
<style>
span { border-color: #C69166; }
span { border-color: rgb(198,145,102); }
td.TdClassName
{
border-color: #C69166;
}
.TagClassName
{
border-color: #C69166;
}
</style>