Shades of Sisal #C6B898
Tints of Sisal #C6B898
RGB
CMYK
RGB Variations
Color information
#C6B898 (or 0xC6B898) is known color: Sisal. HEX triplet: C6, B8 and 98. RGB value is (198,184,152). Sum of RGB (Red+Green+Blue) = 198+184+152=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B898 is #394767. Grayscale: #B8B8B8. Windows color (decimal): -3753832 or 10008774. OLE color: 10008774.
HSL color Cylindrical-coordinate representation of color #C6B898: hue angle of 41.74º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6B898 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 184 | 152 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.22 |
| HSL | 41.74º | 0.29% | 0.69% | - |
| HSV(B) | 41.74º | 0.23% | 0.78% | - |
| XYZ | 46.1 | 48.55 | 36.65 | - |
| YUV | 184.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 152 | 0 | 0.07 | 0.23 | 0.22 | 41.74 | 0.29 | 0.69 |
| Hex | C6 | B8 | 98 | 0 | 7 | 17 | 16 | 2A | 1D | 45 |
| Octal | 306 | 270 | 230 | 0 | 7 | 27 | 26 | 52 | 35 | 105 |
| Binary | 11000110 | 10111000 | 10011000 | 0 | 111 | 10111 | 10110 | 101010 | 11101 | 1000101 |
Color Harmonies of #C6B898
Complementary color
Monochromatic Colors of #C6B898
Black with #C6B898
Text Example
Text Example
White with #C6B898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B898; }
p { color: rgb(198,184,152); }
H1.HeaderClassName
{
color: #C6B898;
}
.AnyTagClassName
{
color: #C6B898;
}
</style>
background-color css
<style>
a { background-color: #C6B898; }
a { background-color: rgb(198,184,152); }
div.DivClassName
{
background-color: #C6B898;
}
.BgClassName
{
background-color: #C6B898;
}
</style>
border-color css
<style>
span { border-color: #C6B898; }
span { border-color: rgb(198,184,152); }
td.TdClassName
{
border-color: #C6B898;
}
.TagClassName
{
border-color: #C6B898;
}
</style>