Shades of Whiskey #C69263
Tints of Whiskey #C69263
RGB
CMYK
RGB Variations
Color information
#C69263 (or 0xC69263) is known color: Whiskey. HEX triplet: C6, 92 and 63. RGB value is (198,146,99). Sum of RGB (Red+Green+Blue) = 198+146+99=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C69263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69263 is #396D9C. Grayscale: #9C9C9C. Windows color (decimal): -3763613 or 6525638. OLE color: 6525638.
HSL color Cylindrical-coordinate representation of color #C69263: hue angle of 28.48º 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 #C69263 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 99 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.22 |
| HSL | 28.48º | 0.46% | 0.58% | - |
| HSV(B) | 28.48º | 0.5% | 0.78% | - |
| XYZ | 35.82 | 33.46 | 16.38 | - |
| YUV | 156.19 | 95.73 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 99 | 0 | 0.26 | 0.50 | 0.22 | 28.48 | 0.46 | 0.58 |
| Hex | C6 | 92 | 63 | 0 | 1A | 32 | 16 | 1C | 2E | 3A |
| Octal | 306 | 222 | 143 | 0 | 32 | 62 | 26 | 34 | 56 | 72 |
| Binary | 11000110 | 10010010 | 1100011 | 0 | 11010 | 110010 | 10110 | 11100 | 101110 | 111010 |
Color Harmonies of #C69263
Complementary color
Monochromatic Colors of #C69263
Black with #C69263
Text Example
Text Example
White with #C69263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69263; }
p { color: rgb(198,146,99); }
H1.HeaderClassName
{
color: #C69263;
}
.AnyTagClassName
{
color: #C69263;
}
</style>
background-color css
<style>
a { background-color: #C69263; }
a { background-color: rgb(198,146,99); }
div.DivClassName
{
background-color: #C69263;
}
.BgClassName
{
background-color: #C69263;
}
</style>
border-color css
<style>
span { border-color: #C69263; }
span { border-color: rgb(198,146,99); }
td.TdClassName
{
border-color: #C69263;
}
.TagClassName
{
border-color: #C69263;
}
</style>