Shades of Whiskey #C69165
Tints of Whiskey #C69165
RGB
CMYK
RGB Variations
Color information
#C69165 (or 0xC69165) is known color: Whiskey. HEX triplet: C6, 91 and 65. RGB value is (198,145,101). Sum of RGB (Red+Green+Blue) = 198+145+101=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C69165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69165 is #396E9A. Grayscale: #9C9C9C. Windows color (decimal): -3763867 or 6656454. OLE color: 6656454.
HSL color Cylindrical-coordinate representation of color #C69165: hue angle of 27.22º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C69165 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 101 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.22 |
| HSL | 27.22º | 0.46% | 0.59% | - |
| HSV(B) | 27.22º | 0.49% | 0.78% | - |
| XYZ | 35.76 | 33.2 | 16.83 | - |
| YUV | 155.83 | 97.06 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 101 | 0 | 0.27 | 0.49 | 0.22 | 27.22 | 0.46 | 0.59 |
| Hex | C6 | 91 | 65 | 0 | 1B | 31 | 16 | 1B | 2E | 3B |
| Octal | 306 | 221 | 145 | 0 | 33 | 61 | 26 | 33 | 56 | 73 |
| Binary | 11000110 | 10010001 | 1100101 | 0 | 11011 | 110001 | 10110 | 11011 | 101110 | 111011 |
Color Harmonies of #C69165
Complementary color
Monochromatic Colors of #C69165
Black with #C69165
Text Example
Text Example
White with #C69165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69165; }
p { color: rgb(198,145,101); }
H1.HeaderClassName
{
color: #C69165;
}
.AnyTagClassName
{
color: #C69165;
}
</style>
background-color css
<style>
a { background-color: #C69165; }
a { background-color: rgb(198,145,101); }
div.DivClassName
{
background-color: #C69165;
}
.BgClassName
{
background-color: #C69165;
}
</style>
border-color css
<style>
span { border-color: #C69165; }
span { border-color: rgb(198,145,101); }
td.TdClassName
{
border-color: #C69165;
}
.TagClassName
{
border-color: #C69165;
}
</style>