Shades of Whiskey #C68F65
Tints of Whiskey #C68F65
RGB
CMYK
RGB Variations
Color information
#C68F65 (or 0xC68F65) is known color: Whiskey. HEX triplet: C6, 8F and 65. RGB value is (198,143,101). Sum of RGB (Red+Green+Blue) = 198+143+101=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68F65 is #39709A. Grayscale: #9A9A9A. Windows color (decimal): -3764379 or 6655942. OLE color: 6655942.
HSL color Cylindrical-coordinate representation of color #C68F65: hue angle of 25.98º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C68F65 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 143 | 101 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.22 |
| HSL | 25.98º | 0.46% | 0.59% | - |
| HSV(B) | 25.98º | 0.49% | 0.78% | - |
| XYZ | 35.46 | 32.59 | 16.73 | - |
| YUV | 154.66 | 97.72 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 101 | 0 | 0.28 | 0.49 | 0.22 | 25.98 | 0.46 | 0.59 |
| Hex | C6 | 8F | 65 | 0 | 1C | 31 | 16 | 1A | 2E | 3B |
| Octal | 306 | 217 | 145 | 0 | 34 | 61 | 26 | 32 | 56 | 73 |
| Binary | 11000110 | 10001111 | 1100101 | 0 | 11100 | 110001 | 10110 | 11010 | 101110 | 111011 |
Color Harmonies of #C68F65
Complementary color
Monochromatic Colors of #C68F65
Black with #C68F65
Text Example
Text Example
White with #C68F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68F65; }
p { color: rgb(198,143,101); }
H1.HeaderClassName
{
color: #C68F65;
}
.AnyTagClassName
{
color: #C68F65;
}
</style>
background-color css
<style>
a { background-color: #C68F65; }
a { background-color: rgb(198,143,101); }
div.DivClassName
{
background-color: #C68F65;
}
.BgClassName
{
background-color: #C68F65;
}
</style>
border-color css
<style>
span { border-color: #C68F65; }
span { border-color: rgb(198,143,101); }
td.TdClassName
{
border-color: #C68F65;
}
.TagClassName
{
border-color: #C68F65;
}
</style>