Shades of Whiskey #C68A66
Tints of Whiskey #C68A66
RGB
CMYK
RGB Variations
Color information
#C68A66 (or 0xC68A66) is known color: Whiskey. HEX triplet: C6, 8A and 66. RGB value is (198,138,102). Sum of RGB (Red+Green+Blue) = 198+138+102=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68A66 is #397599. Grayscale: #989898. Windows color (decimal): -3765658 or 6720198. OLE color: 6720198.
HSL color Cylindrical-coordinate representation of color #C68A66: hue angle of 22.5º 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 #C68A66 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 102 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.22 |
| HSL | 22.5º | 0.46% | 0.59% | - |
| HSV(B) | 22.5º | 0.48% | 0.78% | - |
| XYZ | 34.78 | 31.14 | 16.75 | - |
| YUV | 151.84 | 99.88 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 102 | 0 | 0.30 | 0.48 | 0.22 | 22.5 | 0.46 | 0.59 |
| Hex | C6 | 8A | 66 | 0 | 1E | 30 | 16 | 16 | 2E | 3B |
| Octal | 306 | 212 | 146 | 0 | 36 | 60 | 26 | 26 | 56 | 73 |
| Binary | 11000110 | 10001010 | 1100110 | 0 | 11110 | 110000 | 10110 | 10110 | 101110 | 111011 |
Color Harmonies of #C68A66
Complementary color
Monochromatic Colors of #C68A66
Black with #C68A66
Text Example
Text Example
White with #C68A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68A66; }
p { color: rgb(198,138,102); }
H1.HeaderClassName
{
color: #C68A66;
}
.AnyTagClassName
{
color: #C68A66;
}
</style>
background-color css
<style>
a { background-color: #C68A66; }
a { background-color: rgb(198,138,102); }
div.DivClassName
{
background-color: #C68A66;
}
.BgClassName
{
background-color: #C68A66;
}
</style>
border-color css
<style>
span { border-color: #C68A66; }
span { border-color: rgb(198,138,102); }
td.TdClassName
{
border-color: #C68A66;
}
.TagClassName
{
border-color: #C68A66;
}
</style>