Shades of Sisal #C6C099
Tints of Sisal #C6C099
RGB
CMYK
RGB Variations
Color information
#C6C099 (or 0xC6C099) is known color: Sisal. HEX triplet: C6, C0 and 99. RGB value is (198,192,153). Sum of RGB (Red+Green+Blue) = 198+192+153=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C099 is #393F66. Grayscale: #BDBDBD. Windows color (decimal): -3751783 or 10076358. OLE color: 10076358.
HSL color Cylindrical-coordinate representation of color #C6C099: hue angle of 52º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6C099 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 153 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.22 |
| HSL | 52º | 0.28% | 0.69% | - |
| HSV(B) | 52º | 0.23% | 0.78% | - |
| XYZ | 47.89 | 52 | 37.65 | - |
| YUV | 189.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 153 | 0 | 0.03 | 0.23 | 0.22 | 52 | 0.28 | 0.69 |
| Hex | C6 | C0 | 99 | 0 | 3 | 17 | 16 | 34 | 1C | 45 |
| Octal | 306 | 300 | 231 | 0 | 3 | 27 | 26 | 64 | 34 | 105 |
| Binary | 11000110 | 11000000 | 10011001 | 0 | 11 | 10111 | 10110 | 110100 | 11100 | 1000101 |
Color Harmonies of #C6C099
Complementary color
Monochromatic Colors of #C6C099
Black with #C6C099
Text Example
Text Example
White with #C6C099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C099; }
p { color: rgb(198,192,153); }
H1.HeaderClassName
{
color: #C6C099;
}
.AnyTagClassName
{
color: #C6C099;
}
</style>
background-color css
<style>
a { background-color: #C6C099; }
a { background-color: rgb(198,192,153); }
div.DivClassName
{
background-color: #C6C099;
}
.BgClassName
{
background-color: #C6C099;
}
</style>
border-color css
<style>
span { border-color: #C6C099; }
span { border-color: rgb(198,192,153); }
td.TdClassName
{
border-color: #C6C099;
}
.TagClassName
{
border-color: #C6C099;
}
</style>