Shades of Sisal #C6B797
Tints of Sisal #C6B797
RGB
CMYK
RGB Variations
Color information
#C6B797 (or 0xC6B797) is known color: Sisal. HEX triplet: C6, B7 and 97. RGB value is (198,183,151). Sum of RGB (Red+Green+Blue) = 198+183+151=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B797 is #394868. Grayscale: #B7B7B7. Windows color (decimal): -3754089 or 9942982. OLE color: 9942982.
HSL color Cylindrical-coordinate representation of color #C6B797: hue angle of 40.85º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6B797 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 183 | 151 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.22 |
| HSL | 40.85º | 0.29% | 0.68% | - |
| HSV(B) | 40.85º | 0.24% | 0.78% | - |
| XYZ | 45.81 | 48.11 | 36.15 | - |
| YUV | 183.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 183 | 151 | 0 | 0.08 | 0.24 | 0.22 | 40.85 | 0.29 | 0.68 |
| Hex | C6 | B7 | 97 | 0 | 8 | 18 | 16 | 29 | 1D | 44 |
| Octal | 306 | 267 | 227 | 0 | 10 | 30 | 26 | 51 | 35 | 104 |
| Binary | 11000110 | 10110111 | 10010111 | 0 | 1000 | 11000 | 10110 | 101001 | 11101 | 1000100 |
Color Harmonies of #C6B797
Complementary color
Monochromatic Colors of #C6B797
Black with #C6B797
Text Example
Text Example
White with #C6B797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B797; }
p { color: rgb(198,183,151); }
H1.HeaderClassName
{
color: #C6B797;
}
.AnyTagClassName
{
color: #C6B797;
}
</style>
background-color css
<style>
a { background-color: #C6B797; }
a { background-color: rgb(198,183,151); }
div.DivClassName
{
background-color: #C6B797;
}
.BgClassName
{
background-color: #C6B797;
}
</style>
border-color css
<style>
span { border-color: #C6B797; }
span { border-color: rgb(198,183,151); }
td.TdClassName
{
border-color: #C6B797;
}
.TagClassName
{
border-color: #C6B797;
}
</style>