Shades of Sisal #C6BD9B
Tints of Sisal #C6BD9B
RGB
CMYK
RGB Variations
Color information
#C6BD9B (or 0xC6BD9B) is known color: Sisal. HEX triplet: C6, BD and 9B. RGB value is (198,189,155). Sum of RGB (Red+Green+Blue) = 198+189+155=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BD9B is #394264. Grayscale: #BBBBBB. Windows color (decimal): -3752549 or 10206662. OLE color: 10206662.
HSL color Cylindrical-coordinate representation of color #C6BD9B: hue angle of 47.44º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6BD9B is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 189 | 155 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.22 |
| HSL | 47.44º | 0.27% | 0.69% | - |
| HSV(B) | 47.44º | 0.22% | 0.78% | - |
| XYZ | 47.4 | 50.77 | 38.31 | - |
| YUV | 187.82 | 109.48 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 155 | 0 | 0.05 | 0.22 | 0.22 | 47.44 | 0.27 | 0.69 |
| Hex | C6 | BD | 9B | 0 | 5 | 16 | 16 | 2F | 1B | 45 |
| Octal | 306 | 275 | 233 | 0 | 5 | 26 | 26 | 57 | 33 | 105 |
| Binary | 11000110 | 10111101 | 10011011 | 0 | 101 | 10110 | 10110 | 101111 | 11011 | 1000101 |
Color Harmonies of #C6BD9B
Complementary color
Monochromatic Colors of #C6BD9B
Black with #C6BD9B
Text Example
Text Example
White with #C6BD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BD9B; }
p { color: rgb(198,189,155); }
H1.HeaderClassName
{
color: #C6BD9B;
}
.AnyTagClassName
{
color: #C6BD9B;
}
</style>
background-color css
<style>
a { background-color: #C6BD9B; }
a { background-color: rgb(198,189,155); }
div.DivClassName
{
background-color: #C6BD9B;
}
.BgClassName
{
background-color: #C6BD9B;
}
</style>
border-color css
<style>
span { border-color: #C6BD9B; }
span { border-color: rgb(198,189,155); }
td.TdClassName
{
border-color: #C6BD9B;
}
.TagClassName
{
border-color: #C6BD9B;
}
</style>