Shades of Bazaar #96736E
Tints of Bazaar #96736E
RGB
CMYK
RGB Variations
Color information
#96736E (or 0x96736E) is known color: Bazaar. HEX triplet: 96, 73 and 6E. RGB value is (150,115,110). Sum of RGB (Red+Green+Blue) = 150+115+110=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #96736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96736E is #698C91. Grayscale: #7C7C7C. Windows color (decimal): -6917266 or 7238550. OLE color: 7238550.
HSL color Cylindrical-coordinate representation of color #96736E: hue angle of 7.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96736E is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 110 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.41 |
| HSL | 7.5º | 0.16% | 0.51% | - |
| HSV(B) | 7.5º | 0.27% | 0.59% | - |
| XYZ | 21.52 | 19.87 | 17.45 | - |
| YUV | 124.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 110 | 0 | 0.23 | 0.27 | 0.41 | 7.5 | 0.16 | 0.51 |
| Hex | 96 | 73 | 6E | 0 | 17 | 1B | 29 | 8 | 10 | 33 |
| Octal | 226 | 163 | 156 | 0 | 27 | 33 | 51 | 10 | 20 | 63 |
| Binary | 10010110 | 1110011 | 1101110 | 0 | 10111 | 11011 | 101001 | 1000 | 10000 | 110011 |
Color Harmonies of #96736E
Complementary color
Monochromatic Colors of #96736E
Black with #96736E
Text Example
Text Example
White with #96736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96736E; }
p { color: rgb(150,115,110); }
H1.HeaderClassName
{
color: #96736E;
}
.AnyTagClassName
{
color: #96736E;
}
</style>
background-color css
<style>
a { background-color: #96736E; }
a { background-color: rgb(150,115,110); }
div.DivClassName
{
background-color: #96736E;
}
.BgClassName
{
background-color: #96736E;
}
</style>
border-color css
<style>
span { border-color: #96736E; }
span { border-color: rgb(150,115,110); }
td.TdClassName
{
border-color: #96736E;
}
.TagClassName
{
border-color: #96736E;
}
</style>