Shades of Bazaar #99736F
Tints of Bazaar #99736F
RGB
CMYK
RGB Variations
Color information
#99736F (or 0x99736F) is known color: Bazaar. HEX triplet: 99, 73 and 6F. RGB value is (153,115,111). Sum of RGB (Red+Green+Blue) = 153+115+111=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #99736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99736F is #668C90. Grayscale: #7D7D7D. Windows color (decimal): -6720657 or 7304089. OLE color: 7304089.
HSL color Cylindrical-coordinate representation of color #99736F: hue angle of 5.71º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99736F is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 111 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.4 |
| HSL | 5.71º | 0.17% | 0.52% | - |
| HSV(B) | 5.71º | 0.27% | 0.6% | - |
| XYZ | 22.14 | 20.18 | 17.77 | - |
| YUV | 125.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 111 | 0 | 0.25 | 0.27 | 0.4 | 5.71 | 0.17 | 0.52 |
| Hex | 99 | 73 | 6F | 0 | 19 | 1B | 28 | 6 | 11 | 34 |
| Octal | 231 | 163 | 157 | 0 | 31 | 33 | 50 | 6 | 21 | 64 |
| Binary | 10011001 | 1110011 | 1101111 | 0 | 11001 | 11011 | 101000 | 110 | 10001 | 110100 |
Color Harmonies of #99736F
Complementary color
Monochromatic Colors of #99736F
Black with #99736F
Text Example
Text Example
White with #99736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99736F; }
p { color: rgb(153,115,111); }
H1.HeaderClassName
{
color: #99736F;
}
.AnyTagClassName
{
color: #99736F;
}
</style>
background-color css
<style>
a { background-color: #99736F; }
a { background-color: rgb(153,115,111); }
div.DivClassName
{
background-color: #99736F;
}
.BgClassName
{
background-color: #99736F;
}
</style>
border-color css
<style>
span { border-color: #99736F; }
span { border-color: rgb(153,115,111); }
td.TdClassName
{
border-color: #99736F;
}
.TagClassName
{
border-color: #99736F;
}
</style>