Shades of Sisal #C6BB9D
Tints of Sisal #C6BB9D
RGB
CMYK
RGB Variations
Color information
#C6BB9D (or 0xC6BB9D) is known color: Sisal. HEX triplet: C6, BB and 9D. RGB value is (198,187,157). Sum of RGB (Red+Green+Blue) = 198+187+157=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BB9D is #394462. Grayscale: #BBBBBB. Windows color (decimal): -3753059 or 10337222. OLE color: 10337222.
HSL color Cylindrical-coordinate representation of color #C6BB9D: hue angle of 43.9º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6BB9D is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 187 | 157 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.22 |
| HSL | 43.9º | 0.26% | 0.7% | - |
| HSV(B) | 43.9º | 0.21% | 0.78% | - |
| XYZ | 47.14 | 49.98 | 39.06 | - |
| YUV | 186.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 157 | 0 | 0.06 | 0.21 | 0.22 | 43.9 | 0.26 | 0.7 |
| Hex | C6 | BB | 9D | 0 | 6 | 15 | 16 | 2C | 1A | 46 |
| Octal | 306 | 273 | 235 | 0 | 6 | 25 | 26 | 54 | 32 | 106 |
| Binary | 11000110 | 10111011 | 10011101 | 0 | 110 | 10101 | 10110 | 101100 | 11010 | 1000110 |
Color Harmonies of #C6BB9D
Complementary color
Monochromatic Colors of #C6BB9D
Black with #C6BB9D
Text Example
Text Example
White with #C6BB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BB9D; }
p { color: rgb(198,187,157); }
H1.HeaderClassName
{
color: #C6BB9D;
}
.AnyTagClassName
{
color: #C6BB9D;
}
</style>
background-color css
<style>
a { background-color: #C6BB9D; }
a { background-color: rgb(198,187,157); }
div.DivClassName
{
background-color: #C6BB9D;
}
.BgClassName
{
background-color: #C6BB9D;
}
</style>
border-color css
<style>
span { border-color: #C6BB9D; }
span { border-color: rgb(198,187,157); }
td.TdClassName
{
border-color: #C6BB9D;
}
.TagClassName
{
border-color: #C6BB9D;
}
</style>