Shades of Whiskey #C68A64
Tints of Whiskey #C68A64
RGB
CMYK
RGB Variations
Color information
#C68A64 (or 0xC68A64) is known color: Whiskey. HEX triplet: C6, 8A and 64. RGB value is (198,138,100). Sum of RGB (Red+Green+Blue) = 198+138+100=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68A64 is #39759B. Grayscale: #979797. Windows color (decimal): -3765660 or 6589126. OLE color: 6589126.
HSL color Cylindrical-coordinate representation of color #C68A64: hue angle of 23.27º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C68A64 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 100 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.22 |
| HSL | 23.27º | 0.46% | 0.58% | - |
| HSV(B) | 23.27º | 0.49% | 0.78% | - |
| XYZ | 34.68 | 31.1 | 16.23 | - |
| YUV | 151.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 100 | 0 | 0.30 | 0.49 | 0.22 | 23.27 | 0.46 | 0.58 |
| Hex | C6 | 8A | 64 | 0 | 1E | 31 | 16 | 17 | 2E | 3A |
| Octal | 306 | 212 | 144 | 0 | 36 | 61 | 26 | 27 | 56 | 72 |
| Binary | 11000110 | 10001010 | 1100100 | 0 | 11110 | 110001 | 10110 | 10111 | 101110 | 111010 |
Color Harmonies of #C68A64
Complementary color
Monochromatic Colors of #C68A64
Black with #C68A64
Text Example
Text Example
White with #C68A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68A64; }
p { color: rgb(198,138,100); }
H1.HeaderClassName
{
color: #C68A64;
}
.AnyTagClassName
{
color: #C68A64;
}
</style>
background-color css
<style>
a { background-color: #C68A64; }
a { background-color: rgb(198,138,100); }
div.DivClassName
{
background-color: #C68A64;
}
.BgClassName
{
background-color: #C68A64;
}
</style>
border-color css
<style>
span { border-color: #C68A64; }
span { border-color: rgb(198,138,100); }
td.TdClassName
{
border-color: #C68A64;
}
.TagClassName
{
border-color: #C68A64;
}
</style>