Shades of Sisal #C6BB9C
Tints of Sisal #C6BB9C
RGB
CMYK
RGB Variations
Color information
#C6BB9C (or 0xC6BB9C) is known color: Sisal. HEX triplet: C6, BB and 9C. RGB value is (198,187,156). Sum of RGB (Red+Green+Blue) = 198+187+156=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BB9C is #394463. Grayscale: #BABABA. Windows color (decimal): -3753060 or 10271686. OLE color: 10271686.
HSL color Cylindrical-coordinate representation of color #C6BB9C: hue angle of 44.29º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6BB9C is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 187 | 156 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.22 |
| HSL | 44.29º | 0.27% | 0.69% | - |
| HSV(B) | 44.29º | 0.21% | 0.78% | - |
| XYZ | 47.06 | 49.95 | 38.61 | - |
| YUV | 186.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 156 | 0 | 0.06 | 0.21 | 0.22 | 44.29 | 0.27 | 0.69 |
| Hex | C6 | BB | 9C | 0 | 6 | 15 | 16 | 2C | 1B | 45 |
| Octal | 306 | 273 | 234 | 0 | 6 | 25 | 26 | 54 | 33 | 105 |
| Binary | 11000110 | 10111011 | 10011100 | 0 | 110 | 10101 | 10110 | 101100 | 11011 | 1000101 |
Color Harmonies of #C6BB9C
Complementary color
Monochromatic Colors of #C6BB9C
Black with #C6BB9C
Text Example
Text Example
White with #C6BB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BB9C; }
p { color: rgb(198,187,156); }
H1.HeaderClassName
{
color: #C6BB9C;
}
.AnyTagClassName
{
color: #C6BB9C;
}
</style>
background-color css
<style>
a { background-color: #C6BB9C; }
a { background-color: rgb(198,187,156); }
div.DivClassName
{
background-color: #C6BB9C;
}
.BgClassName
{
background-color: #C6BB9C;
}
</style>
border-color css
<style>
span { border-color: #C6BB9C; }
span { border-color: rgb(198,187,156); }
td.TdClassName
{
border-color: #C6BB9C;
}
.TagClassName
{
border-color: #C6BB9C;
}
</style>