Shades of Whiskey #C68C67
Tints of Whiskey #C68C67
RGB
CMYK
RGB Variations
Color information
#C68C67 (or 0xC68C67) is known color: Whiskey. HEX triplet: C6, 8C and 67. RGB value is (198,140,103). Sum of RGB (Red+Green+Blue) = 198+140+103=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C67 is #397398. Grayscale: #999999. Windows color (decimal): -3765145 or 6786246. OLE color: 6786246.
HSL color Cylindrical-coordinate representation of color #C68C67: hue angle of 23.37º degrees, saturation: 0.45, 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 #C68C67 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 103 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.22 |
| HSL | 23.37º | 0.45% | 0.59% | - |
| HSV(B) | 23.37º | 0.48% | 0.78% | - |
| XYZ | 35.11 | 31.74 | 17.11 | - |
| YUV | 153.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 103 | 0 | 0.29 | 0.48 | 0.22 | 23.37 | 0.45 | 0.59 |
| Hex | C6 | 8C | 67 | 0 | 1D | 30 | 16 | 17 | 2D | 3B |
| Octal | 306 | 214 | 147 | 0 | 35 | 60 | 26 | 27 | 55 | 73 |
| Binary | 11000110 | 10001100 | 1100111 | 0 | 11101 | 110000 | 10110 | 10111 | 101101 | 111011 |
Color Harmonies of #C68C67
Complementary color
Monochromatic Colors of #C68C67
Black with #C68C67
Text Example
Text Example
White with #C68C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C67; }
p { color: rgb(198,140,103); }
H1.HeaderClassName
{
color: #C68C67;
}
.AnyTagClassName
{
color: #C68C67;
}
</style>
background-color css
<style>
a { background-color: #C68C67; }
a { background-color: rgb(198,140,103); }
div.DivClassName
{
background-color: #C68C67;
}
.BgClassName
{
background-color: #C68C67;
}
</style>
border-color css
<style>
span { border-color: #C68C67; }
span { border-color: rgb(198,140,103); }
td.TdClassName
{
border-color: #C68C67;
}
.TagClassName
{
border-color: #C68C67;
}
</style>