Shades of Whiskey #C6906C
Tints of Whiskey #C6906C
RGB
CMYK
RGB Variations
Color information
#C6906C (or 0xC6906C) is known color: Whiskey. HEX triplet: C6, 90 and 6C. RGB value is (198,144,108). Sum of RGB (Red+Green+Blue) = 198+144+108=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C6906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6906C is #396F93. Grayscale: #9C9C9C. Windows color (decimal): -3764116 or 7114950. OLE color: 7114950.
HSL color Cylindrical-coordinate representation of color #C6906C: hue angle of 24º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6906C is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 108 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.22 |
| HSL | 24º | 0.44% | 0.6% | - |
| HSV(B) | 24º | 0.45% | 0.78% | - |
| XYZ | 35.97 | 33.04 | 18.67 | - |
| YUV | 156.04 | 100.89 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 108 | 0 | 0.27 | 0.45 | 0.22 | 24 | 0.44 | 0.6 |
| Hex | C6 | 90 | 6C | 0 | 1B | 2D | 16 | 18 | 2C | 3C |
| Octal | 306 | 220 | 154 | 0 | 33 | 55 | 26 | 30 | 54 | 74 |
| Binary | 11000110 | 10010000 | 1101100 | 0 | 11011 | 101101 | 10110 | 11000 | 101100 | 111100 |
Color Harmonies of #C6906C
Complementary color
Monochromatic Colors of #C6906C
Black with #C6906C
Text Example
Text Example
White with #C6906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6906C; }
p { color: rgb(198,144,108); }
H1.HeaderClassName
{
color: #C6906C;
}
.AnyTagClassName
{
color: #C6906C;
}
</style>
background-color css
<style>
a { background-color: #C6906C; }
a { background-color: rgb(198,144,108); }
div.DivClassName
{
background-color: #C6906C;
}
.BgClassName
{
background-color: #C6906C;
}
</style>
border-color css
<style>
span { border-color: #C6906C; }
span { border-color: rgb(198,144,108); }
td.TdClassName
{
border-color: #C6906C;
}
.TagClassName
{
border-color: #C6906C;
}
</style>