Shades of Whiskey #C69063
Tints of Whiskey #C69063
RGB
CMYK
RGB Variations
Color information
#C69063 (or 0xC69063) is known color: Whiskey. HEX triplet: C6, 90 and 63. RGB value is (198,144,99). Sum of RGB (Red+Green+Blue) = 198+144+99=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C69063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69063 is #396F9C. Grayscale: #9B9B9B. Windows color (decimal): -3764125 or 6525126. OLE color: 6525126.
HSL color Cylindrical-coordinate representation of color #C69063: hue angle of 27.27º 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 #C69063 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 99 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.22 |
| HSL | 27.27º | 0.46% | 0.58% | - |
| HSV(B) | 27.27º | 0.5% | 0.78% | - |
| XYZ | 35.51 | 32.85 | 16.27 | - |
| YUV | 155.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 99 | 0 | 0.27 | 0.50 | 0.22 | 27.27 | 0.46 | 0.58 |
| Hex | C6 | 90 | 63 | 0 | 1B | 32 | 16 | 1B | 2E | 3A |
| Octal | 306 | 220 | 143 | 0 | 33 | 62 | 26 | 33 | 56 | 72 |
| Binary | 11000110 | 10010000 | 1100011 | 0 | 11011 | 110010 | 10110 | 11011 | 101110 | 111010 |
Color Harmonies of #C69063
Complementary color
Monochromatic Colors of #C69063
Black with #C69063
Text Example
Text Example
White with #C69063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69063; }
p { color: rgb(198,144,99); }
H1.HeaderClassName
{
color: #C69063;
}
.AnyTagClassName
{
color: #C69063;
}
</style>
background-color css
<style>
a { background-color: #C69063; }
a { background-color: rgb(198,144,99); }
div.DivClassName
{
background-color: #C69063;
}
.BgClassName
{
background-color: #C69063;
}
</style>
border-color css
<style>
span { border-color: #C69063; }
span { border-color: rgb(198,144,99); }
td.TdClassName
{
border-color: #C69063;
}
.TagClassName
{
border-color: #C69063;
}
</style>