Shades of Whiskey #C68B5D
Tints of Whiskey #C68B5D
RGB
CMYK
RGB Variations
Color information
#C68B5D (or 0xC68B5D) is known color: Whiskey. HEX triplet: C6, 8B and 5D. RGB value is (198,139,93). Sum of RGB (Red+Green+Blue) = 198+139+93=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68B5D is #3974A2. Grayscale: #979797. Windows color (decimal): -3765411 or 6130630. OLE color: 6130630.
HSL color Cylindrical-coordinate representation of color #C68B5D: hue angle of 26.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C68B5D is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 93 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.22 |
| HSL | 26.29º | 0.48% | 0.57% | - |
| HSV(B) | 26.29º | 0.53% | 0.78% | - |
| XYZ | 34.5 | 31.26 | 14.57 | - |
| YUV | 151.4 | 95.05 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 93 | 0 | 0.30 | 0.53 | 0.22 | 26.29 | 0.48 | 0.57 |
| Hex | C6 | 8B | 5D | 0 | 1E | 35 | 16 | 1A | 30 | 39 |
| Octal | 306 | 213 | 135 | 0 | 36 | 65 | 26 | 32 | 60 | 71 |
| Binary | 11000110 | 10001011 | 1011101 | 0 | 11110 | 110101 | 10110 | 11010 | 110000 | 111001 |
Color Harmonies of #C68B5D
Complementary color
Monochromatic Colors of #C68B5D
Black with #C68B5D
Text Example
Text Example
White with #C68B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68B5D; }
p { color: rgb(198,139,93); }
H1.HeaderClassName
{
color: #C68B5D;
}
.AnyTagClassName
{
color: #C68B5D;
}
</style>
background-color css
<style>
a { background-color: #C68B5D; }
a { background-color: rgb(198,139,93); }
div.DivClassName
{
background-color: #C68B5D;
}
.BgClassName
{
background-color: #C68B5D;
}
</style>
border-color css
<style>
span { border-color: #C68B5D; }
span { border-color: rgb(198,139,93); }
td.TdClassName
{
border-color: #C68B5D;
}
.TagClassName
{
border-color: #C68B5D;
}
</style>