Shades of Whiskey #C68C63
Tints of Whiskey #C68C63
RGB
CMYK
RGB Variations
Color information
#C68C63 (or 0xC68C63) is known color: Whiskey. HEX triplet: C6, 8C and 63. RGB value is (198,140,99). Sum of RGB (Red+Green+Blue) = 198+140+99=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C63 is #39739C. Grayscale: #989898. Windows color (decimal): -3765149 or 6524102. OLE color: 6524102.
HSL color Cylindrical-coordinate representation of color #C68C63: hue angle of 24.85º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C68C63 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 99 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.22 |
| HSL | 24.85º | 0.46% | 0.58% | - |
| HSV(B) | 24.85º | 0.5% | 0.78% | - |
| XYZ | 34.92 | 31.66 | 16.08 | - |
| YUV | 152.67 | 97.72 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 99 | 0 | 0.29 | 0.50 | 0.22 | 24.85 | 0.46 | 0.58 |
| Hex | C6 | 8C | 63 | 0 | 1D | 32 | 16 | 19 | 2E | 3A |
| Octal | 306 | 214 | 143 | 0 | 35 | 62 | 26 | 31 | 56 | 72 |
| Binary | 11000110 | 10001100 | 1100011 | 0 | 11101 | 110010 | 10110 | 11001 | 101110 | 111010 |
Color Harmonies of #C68C63
Complementary color
Monochromatic Colors of #C68C63
Black with #C68C63
Text Example
Text Example
White with #C68C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C63; }
p { color: rgb(198,140,99); }
H1.HeaderClassName
{
color: #C68C63;
}
.AnyTagClassName
{
color: #C68C63;
}
</style>
background-color css
<style>
a { background-color: #C68C63; }
a { background-color: rgb(198,140,99); }
div.DivClassName
{
background-color: #C68C63;
}
.BgClassName
{
background-color: #C68C63;
}
</style>
border-color css
<style>
span { border-color: #C68C63; }
span { border-color: rgb(198,140,99); }
td.TdClassName
{
border-color: #C68C63;
}
.TagClassName
{
border-color: #C68C63;
}
</style>