Shades of Bazaar #99726F
Tints of Bazaar #99726F
RGB
CMYK
RGB Variations
Color information
#99726F (or 0x99726F) is known color: Bazaar. HEX triplet: 99, 72 and 6F. RGB value is (153,114,111). Sum of RGB (Red+Green+Blue) = 153+114+111=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #99726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99726F is #668D90. Grayscale: #7D7D7D. Windows color (decimal): -6720913 or 7303833. OLE color: 7303833.
HSL color Cylindrical-coordinate representation of color #99726F: hue angle of 4.29º 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 #99726F is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 114 | 111 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.4 |
| HSL | 4.29º | 0.17% | 0.52% | - |
| HSV(B) | 4.29º | 0.27% | 0.6% | - |
| XYZ | 22.02 | 19.95 | 17.73 | - |
| YUV | 125.32 | 119.92 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 111 | 0 | 0.25 | 0.27 | 0.4 | 4.29 | 0.17 | 0.52 |
| Hex | 99 | 72 | 6F | 0 | 19 | 1B | 28 | 4 | 11 | 34 |
| Octal | 231 | 162 | 157 | 0 | 31 | 33 | 50 | 4 | 21 | 64 |
| Binary | 10011001 | 1110010 | 1101111 | 0 | 11001 | 11011 | 101000 | 100 | 10001 | 110100 |
Color Harmonies of #99726F
Complementary color
Monochromatic Colors of #99726F
Black with #99726F
Text Example
Text Example
White with #99726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99726F; }
p { color: rgb(153,114,111); }
H1.HeaderClassName
{
color: #99726F;
}
.AnyTagClassName
{
color: #99726F;
}
</style>
background-color css
<style>
a { background-color: #99726F; }
a { background-color: rgb(153,114,111); }
div.DivClassName
{
background-color: #99726F;
}
.BgClassName
{
background-color: #99726F;
}
</style>
border-color css
<style>
span { border-color: #99726F; }
span { border-color: rgb(153,114,111); }
td.TdClassName
{
border-color: #99726F;
}
.TagClassName
{
border-color: #99726F;
}
</style>