Shades of Sisal #C6B899
Tints of Sisal #C6B899
RGB
CMYK
RGB Variations
Color information
#C6B899 (or 0xC6B899) is known color: Sisal. HEX triplet: C6, B8 and 99. RGB value is (198,184,153). Sum of RGB (Red+Green+Blue) = 198+184+153=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B899 is #394766. Grayscale: #B8B8B8. Windows color (decimal): -3753831 or 10074310. OLE color: 10074310.
HSL color Cylindrical-coordinate representation of color #C6B899: hue angle of 41.33º 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 #C6B899 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 184 | 153 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.22 |
| HSL | 41.33º | 0.28% | 0.69% | - |
| HSV(B) | 41.33º | 0.23% | 0.78% | - |
| XYZ | 46.18 | 48.59 | 37.08 | - |
| YUV | 184.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 153 | 0 | 0.07 | 0.23 | 0.22 | 41.33 | 0.28 | 0.69 |
| Hex | C6 | B8 | 99 | 0 | 7 | 17 | 16 | 29 | 1C | 45 |
| Octal | 306 | 270 | 231 | 0 | 7 | 27 | 26 | 51 | 34 | 105 |
| Binary | 11000110 | 10111000 | 10011001 | 0 | 111 | 10111 | 10110 | 101001 | 11100 | 1000101 |
Color Harmonies of #C6B899
Complementary color
Monochromatic Colors of #C6B899
Black with #C6B899
Text Example
Text Example
White with #C6B899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B899; }
p { color: rgb(198,184,153); }
H1.HeaderClassName
{
color: #C6B899;
}
.AnyTagClassName
{
color: #C6B899;
}
</style>
background-color css
<style>
a { background-color: #C6B899; }
a { background-color: rgb(198,184,153); }
div.DivClassName
{
background-color: #C6B899;
}
.BgClassName
{
background-color: #C6B899;
}
</style>
border-color css
<style>
span { border-color: #C6B899; }
span { border-color: rgb(198,184,153); }
td.TdClassName
{
border-color: #C6B899;
}
.TagClassName
{
border-color: #C6B899;
}
</style>