Shades of Bazaar #967573
Tints of Bazaar #967573
RGB
CMYK
RGB Variations
Color information
#967573 (or 0x967573) is known color: Bazaar. HEX triplet: 96, 75 and 73. RGB value is (150,117,115). Sum of RGB (Red+Green+Blue) = 150+117+115=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #967573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967573 is #698A8C. Grayscale: #7E7E7E. Windows color (decimal): -6916749 or 7566742. OLE color: 7566742.
HSL color Cylindrical-coordinate representation of color #967573: hue angle of 3.43º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #967573 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 115 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.41 |
| HSL | 3.43º | 0.14% | 0.52% | - |
| HSV(B) | 3.43º | 0.23% | 0.59% | - |
| XYZ | 22.03 | 20.44 | 19 | - |
| YUV | 126.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 115 | 0 | 0.22 | 0.23 | 0.41 | 3.43 | 0.14 | 0.52 |
| Hex | 96 | 75 | 73 | 0 | 16 | 17 | 29 | 3 | E | 34 |
| Octal | 226 | 165 | 163 | 0 | 26 | 27 | 51 | 3 | 16 | 64 |
| Binary | 10010110 | 1110101 | 1110011 | 0 | 10110 | 10111 | 101001 | 11 | 1110 | 110100 |
Color Harmonies of #967573
Complementary color
Monochromatic Colors of #967573
Black with #967573
Text Example
Text Example
White with #967573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967573; }
p { color: rgb(150,117,115); }
H1.HeaderClassName
{
color: #967573;
}
.AnyTagClassName
{
color: #967573;
}
</style>
background-color css
<style>
a { background-color: #967573; }
a { background-color: rgb(150,117,115); }
div.DivClassName
{
background-color: #967573;
}
.BgClassName
{
background-color: #967573;
}
</style>
border-color css
<style>
span { border-color: #967573; }
span { border-color: rgb(150,117,115); }
td.TdClassName
{
border-color: #967573;
}
.TagClassName
{
border-color: #967573;
}
</style>