Shades of Sisal #C6BD9D
Tints of Sisal #C6BD9D
RGB
CMYK
RGB Variations
Color information
#C6BD9D (or 0xC6BD9D) is known color: Sisal. HEX triplet: C6, BD and 9D. RGB value is (198,189,157). Sum of RGB (Red+Green+Blue) = 198+189+157=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BD9D is #394262. Grayscale: #BCBCBC. Windows color (decimal): -3752547 or 10337734. OLE color: 10337734.
HSL color Cylindrical-coordinate representation of color #C6BD9D: hue angle of 46.83º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6BD9D is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 189 | 157 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.22 |
| HSL | 46.83º | 0.26% | 0.7% | - |
| HSV(B) | 46.83º | 0.21% | 0.78% | - |
| XYZ | 47.57 | 50.84 | 39.2 | - |
| YUV | 188.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 157 | 0 | 0.05 | 0.21 | 0.22 | 46.83 | 0.26 | 0.7 |
| Hex | C6 | BD | 9D | 0 | 5 | 15 | 16 | 2F | 1A | 46 |
| Octal | 306 | 275 | 235 | 0 | 5 | 25 | 26 | 57 | 32 | 106 |
| Binary | 11000110 | 10111101 | 10011101 | 0 | 101 | 10101 | 10110 | 101111 | 11010 | 1000110 |
Color Harmonies of #C6BD9D
Complementary color
Monochromatic Colors of #C6BD9D
Black with #C6BD9D
Text Example
Text Example
White with #C6BD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BD9D; }
p { color: rgb(198,189,157); }
H1.HeaderClassName
{
color: #C6BD9D;
}
.AnyTagClassName
{
color: #C6BD9D;
}
</style>
background-color css
<style>
a { background-color: #C6BD9D; }
a { background-color: rgb(198,189,157); }
div.DivClassName
{
background-color: #C6BD9D;
}
.BgClassName
{
background-color: #C6BD9D;
}
</style>
border-color css
<style>
span { border-color: #C6BD9D; }
span { border-color: rgb(198,189,157); }
td.TdClassName
{
border-color: #C6BD9D;
}
.TagClassName
{
border-color: #C6BD9D;
}
</style>