Shades of Bazaar #9C736F
Tints of Bazaar #9C736F
RGB
CMYK
RGB Variations
Color information
#9C736F (or 0x9C736F) is known color: Bazaar. HEX triplet: 9C, 73 and 6F. RGB value is (156,115,111). Sum of RGB (Red+Green+Blue) = 156+115+111=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C736F is #638C90. Grayscale: #7E7E7E. Windows color (decimal): -6524049 or 7304092. OLE color: 7304092.
HSL color Cylindrical-coordinate representation of color #9C736F: hue angle of 5.33º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C736F is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 115 | 111 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.39 |
| HSL | 5.33º | 0.19% | 0.52% | - |
| HSV(B) | 5.33º | 0.29% | 0.61% | - |
| XYZ | 22.71 | 20.48 | 17.79 | - |
| YUV | 126.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 111 | 0 | 0.26 | 0.29 | 0.39 | 5.33 | 0.19 | 0.52 |
| Hex | 9C | 73 | 6F | 0 | 1A | 1D | 27 | 5 | 13 | 34 |
| Octal | 234 | 163 | 157 | 0 | 32 | 35 | 47 | 5 | 23 | 64 |
| Binary | 10011100 | 1110011 | 1101111 | 0 | 11010 | 11101 | 100111 | 101 | 10011 | 110100 |
Color Harmonies of #9C736F
Complementary color
Monochromatic Colors of #9C736F
Black with #9C736F
Text Example
Text Example
White with #9C736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C736F; }
p { color: rgb(156,115,111); }
H1.HeaderClassName
{
color: #9C736F;
}
.AnyTagClassName
{
color: #9C736F;
}
</style>
background-color css
<style>
a { background-color: #9C736F; }
a { background-color: rgb(156,115,111); }
div.DivClassName
{
background-color: #9C736F;
}
.BgClassName
{
background-color: #9C736F;
}
</style>
border-color css
<style>
span { border-color: #9C736F; }
span { border-color: rgb(156,115,111); }
td.TdClassName
{
border-color: #9C736F;
}
.TagClassName
{
border-color: #9C736F;
}
</style>