Shades of Sisal #C6B99A
Tints of Sisal #C6B99A
RGB
CMYK
RGB Variations
Color information
#C6B99A (or 0xC6B99A) is known color: Sisal. HEX triplet: C6, B9 and 9A. RGB value is (198,185,154). Sum of RGB (Red+Green+Blue) = 198+185+154=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B99A is #394665. Grayscale: #B9B9B9. Windows color (decimal): -3753574 or 10140102. OLE color: 10140102.
HSL color Cylindrical-coordinate representation of color #C6B99A: hue angle of 42.27º degrees, saturation: 0.28, 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 #C6B99A is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 185 | 154 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.22 |
| HSL | 42.27º | 0.28% | 0.69% | - |
| HSV(B) | 42.27º | 0.22% | 0.78% | - |
| XYZ | 46.47 | 49.04 | 37.59 | - |
| YUV | 185.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 185 | 154 | 0 | 0.07 | 0.22 | 0.22 | 42.27 | 0.28 | 0.69 |
| Hex | C6 | B9 | 9A | 0 | 7 | 16 | 16 | 2A | 1C | 45 |
| Octal | 306 | 271 | 232 | 0 | 7 | 26 | 26 | 52 | 34 | 105 |
| Binary | 11000110 | 10111001 | 10011010 | 0 | 111 | 10110 | 10110 | 101010 | 11100 | 1000101 |
Color Harmonies of #C6B99A
Complementary color
Monochromatic Colors of #C6B99A
Black with #C6B99A
Text Example
Text Example
White with #C6B99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B99A; }
p { color: rgb(198,185,154); }
H1.HeaderClassName
{
color: #C6B99A;
}
.AnyTagClassName
{
color: #C6B99A;
}
</style>
background-color css
<style>
a { background-color: #C6B99A; }
a { background-color: rgb(198,185,154); }
div.DivClassName
{
background-color: #C6B99A;
}
.BgClassName
{
background-color: #C6B99A;
}
</style>
border-color css
<style>
span { border-color: #C6B99A; }
span { border-color: rgb(198,185,154); }
td.TdClassName
{
border-color: #C6B99A;
}
.TagClassName
{
border-color: #C6B99A;
}
</style>