Shades of Sisal #C6BE96
Tints of Sisal #C6BE96
RGB
CMYK
RGB Variations
Color information
#C6BE96 (or 0xC6BE96) is known color: Sisal. HEX triplet: C6, BE and 96. RGB value is (198,190,150). Sum of RGB (Red+Green+Blue) = 198+190+150=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BE96 is #394169. Grayscale: #BCBCBC. Windows color (decimal): -3752298 or 9879238. OLE color: 9879238.
HSL color Cylindrical-coordinate representation of color #C6BE96: hue angle of 50º degrees, saturation: 0.3, 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 #C6BE96 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 190 | 150 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.22 |
| HSL | 50º | 0.3% | 0.68% | - |
| HSV(B) | 50º | 0.24% | 0.78% | - |
| XYZ | 47.21 | 51.03 | 36.22 | - |
| YUV | 187.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 150 | 0 | 0.04 | 0.24 | 0.22 | 50 | 0.3 | 0.68 |
| Hex | C6 | BE | 96 | 0 | 4 | 18 | 16 | 32 | 1E | 44 |
| Octal | 306 | 276 | 226 | 0 | 4 | 30 | 26 | 62 | 36 | 104 |
| Binary | 11000110 | 10111110 | 10010110 | 0 | 100 | 11000 | 10110 | 110010 | 11110 | 1000100 |
Color Harmonies of #C6BE96
Complementary color
Monochromatic Colors of #C6BE96
Black with #C6BE96
Text Example
Text Example
White with #C6BE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BE96; }
p { color: rgb(198,190,150); }
H1.HeaderClassName
{
color: #C6BE96;
}
.AnyTagClassName
{
color: #C6BE96;
}
</style>
background-color css
<style>
a { background-color: #C6BE96; }
a { background-color: rgb(198,190,150); }
div.DivClassName
{
background-color: #C6BE96;
}
.BgClassName
{
background-color: #C6BE96;
}
</style>
border-color css
<style>
span { border-color: #C6BE96; }
span { border-color: rgb(198,190,150); }
td.TdClassName
{
border-color: #C6BE96;
}
.TagClassName
{
border-color: #C6BE96;
}
</style>