Shades of Whiskey #C69062
Tints of Whiskey #C69062
RGB
CMYK
RGB Variations
Color information
#C69062 (or 0xC69062) is known color: Whiskey. HEX triplet: C6, 90 and 62. RGB value is (198,144,98). Sum of RGB (Red+Green+Blue) = 198+144+98=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C69062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69062 is #396F9D. Grayscale: #9B9B9B. Windows color (decimal): -3764126 or 6459590. OLE color: 6459590.
HSL color Cylindrical-coordinate representation of color #C69062: hue angle of 27.6º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C69062 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 98 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.22 |
| HSL | 27.6º | 0.47% | 0.58% | - |
| HSV(B) | 27.6º | 0.51% | 0.78% | - |
| XYZ | 35.47 | 32.83 | 16.02 | - |
| YUV | 154.9 | 95.89 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 98 | 0 | 0.27 | 0.51 | 0.22 | 27.6 | 0.47 | 0.58 |
| Hex | C6 | 90 | 62 | 0 | 1B | 33 | 16 | 1C | 2F | 3A |
| Octal | 306 | 220 | 142 | 0 | 33 | 63 | 26 | 34 | 57 | 72 |
| Binary | 11000110 | 10010000 | 1100010 | 0 | 11011 | 110011 | 10110 | 11100 | 101111 | 111010 |
Color Harmonies of #C69062
Complementary color
Monochromatic Colors of #C69062
Black with #C69062
Text Example
Text Example
White with #C69062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69062; }
p { color: rgb(198,144,98); }
H1.HeaderClassName
{
color: #C69062;
}
.AnyTagClassName
{
color: #C69062;
}
</style>
background-color css
<style>
a { background-color: #C69062; }
a { background-color: rgb(198,144,98); }
div.DivClassName
{
background-color: #C69062;
}
.BgClassName
{
background-color: #C69062;
}
</style>
border-color css
<style>
span { border-color: #C69062; }
span { border-color: rgb(198,144,98); }
td.TdClassName
{
border-color: #C69062;
}
.TagClassName
{
border-color: #C69062;
}
</style>