Shades of Tequila #F6CC9C
Tints of Tequila #F6CC9C
RGB
CMYK
RGB Variations
Color information
#F6CC9C (or 0xF6CC9C) is known color: Tequila. HEX triplet: F6, CC and 9C. RGB value is (246,204,156). Sum of RGB (Red+Green+Blue) = 246+204+156=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CC9C is #093363. Grayscale: #D3D3D3. Windows color (decimal): -602980 or 10276086. OLE color: 10276086.
HSL color Cylindrical-coordinate representation of color #F6CC9C: hue angle of 32º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6CC9C is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 156 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.04 |
| HSL | 32º | 0.83% | 0.79% | - |
| HSV(B) | 32º | 0.37% | 0.96% | - |
| XYZ | 65.6 | 65.18 | 40.58 | - |
| YUV | 211.09 | 96.91 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 156 | 0 | 0.17 | 0.37 | 0.04 | 32 | 0.83 | 0.79 |
| Hex | F6 | CC | 9C | 0 | 11 | 25 | 4 | 20 | 53 | 4F |
| Octal | 366 | 314 | 234 | 0 | 21 | 45 | 4 | 40 | 123 | 117 |
| Binary | 11110110 | 11001100 | 10011100 | 0 | 10001 | 100101 | 100 | 100000 | 1010011 | 1001111 |
Color Harmonies of #F6CC9C
Complementary color
Monochromatic Colors of #F6CC9C
Black with #F6CC9C
Text Example
Text Example
White with #F6CC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CC9C; }
p { color: rgb(246,204,156); }
H1.HeaderClassName
{
color: #F6CC9C;
}
.AnyTagClassName
{
color: #F6CC9C;
}
</style>
background-color css
<style>
a { background-color: #F6CC9C; }
a { background-color: rgb(246,204,156); }
div.DivClassName
{
background-color: #F6CC9C;
}
.BgClassName
{
background-color: #F6CC9C;
}
</style>
border-color css
<style>
span { border-color: #F6CC9C; }
span { border-color: rgb(246,204,156); }
td.TdClassName
{
border-color: #F6CC9C;
}
.TagClassName
{
border-color: #F6CC9C;
}
</style>