Shades of Sisal #C6B99C
Tints of Sisal #C6B99C
RGB
CMYK
RGB Variations
Color information
#C6B99C (or 0xC6B99C) is known color: Sisal. HEX triplet: C6, B9 and 9C. RGB value is (198,185,156). Sum of RGB (Red+Green+Blue) = 198+185+156=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B99C is #394663. Grayscale: #B9B9B9. Windows color (decimal): -3753572 or 10271174. OLE color: 10271174.
HSL color Cylindrical-coordinate representation of color #C6B99C: hue angle of 41.43º 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 #C6B99C is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 185 | 156 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.22 |
| HSL | 41.43º | 0.27% | 0.69% | - |
| HSV(B) | 41.43º | 0.21% | 0.78% | - |
| XYZ | 46.64 | 49.1 | 38.47 | - |
| YUV | 185.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 185 | 156 | 0 | 0.07 | 0.21 | 0.22 | 41.43 | 0.27 | 0.69 |
| Hex | C6 | B9 | 9C | 0 | 7 | 15 | 16 | 29 | 1B | 45 |
| Octal | 306 | 271 | 234 | 0 | 7 | 25 | 26 | 51 | 33 | 105 |
| Binary | 11000110 | 10111001 | 10011100 | 0 | 111 | 10101 | 10110 | 101001 | 11011 | 1000101 |
Color Harmonies of #C6B99C
Complementary color
Monochromatic Colors of #C6B99C
Black with #C6B99C
Text Example
Text Example
White with #C6B99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B99C; }
p { color: rgb(198,185,156); }
H1.HeaderClassName
{
color: #C6B99C;
}
.AnyTagClassName
{
color: #C6B99C;
}
</style>
background-color css
<style>
a { background-color: #C6B99C; }
a { background-color: rgb(198,185,156); }
div.DivClassName
{
background-color: #C6B99C;
}
.BgClassName
{
background-color: #C6B99C;
}
</style>
border-color css
<style>
span { border-color: #C6B99C; }
span { border-color: rgb(198,185,156); }
td.TdClassName
{
border-color: #C6B99C;
}
.TagClassName
{
border-color: #C6B99C;
}
</style>