Shades of Sisal #C6BA95
Tints of Sisal #C6BA95
RGB
CMYK
RGB Variations
Color information
#C6BA95 (or 0xC6BA95) is known color: Sisal. HEX triplet: C6, BA and 95. RGB value is (198,186,149). Sum of RGB (Red+Green+Blue) = 198+186+149=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BA95 is #39456A. Grayscale: #B9B9B9. Windows color (decimal): -3753323 or 9812678. OLE color: 9812678.
HSL color Cylindrical-coordinate representation of color #C6BA95: hue angle of 45.31º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6BA95 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 149 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.22 |
| HSL | 45.31º | 0.3% | 0.68% | - |
| HSV(B) | 45.31º | 0.25% | 0.78% | - |
| XYZ | 46.27 | 49.29 | 35.51 | - |
| YUV | 185.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 149 | 0 | 0.06 | 0.25 | 0.22 | 45.31 | 0.3 | 0.68 |
| Hex | C6 | BA | 95 | 0 | 6 | 19 | 16 | 2D | 1E | 44 |
| Octal | 306 | 272 | 225 | 0 | 6 | 31 | 26 | 55 | 36 | 104 |
| Binary | 11000110 | 10111010 | 10010101 | 0 | 110 | 11001 | 10110 | 101101 | 11110 | 1000100 |
Color Harmonies of #C6BA95
Complementary color
Monochromatic Colors of #C6BA95
Black with #C6BA95
Text Example
Text Example
White with #C6BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA95; }
p { color: rgb(198,186,149); }
H1.HeaderClassName
{
color: #C6BA95;
}
.AnyTagClassName
{
color: #C6BA95;
}
</style>
background-color css
<style>
a { background-color: #C6BA95; }
a { background-color: rgb(198,186,149); }
div.DivClassName
{
background-color: #C6BA95;
}
.BgClassName
{
background-color: #C6BA95;
}
</style>
border-color css
<style>
span { border-color: #C6BA95; }
span { border-color: rgb(198,186,149); }
td.TdClassName
{
border-color: #C6BA95;
}
.TagClassName
{
border-color: #C6BA95;
}
</style>