Shades of Bazaar #967574
Tints of Bazaar #967574
RGB
CMYK
RGB Variations
Color information
#967574 (or 0x967574) is known color: Bazaar. HEX triplet: 96, 75 and 74. RGB value is (150,117,116). Sum of RGB (Red+Green+Blue) = 150+117+116=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #967574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967574 is #698A8B. Grayscale: #7E7E7E. Windows color (decimal): -6916748 or 7632278. OLE color: 7632278.
HSL color Cylindrical-coordinate representation of color #967574: hue angle of 1.76º 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 #967574 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 116 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.41 |
| HSL | 1.76º | 0.14% | 0.52% | - |
| HSV(B) | 1.76º | 0.23% | 0.59% | - |
| XYZ | 22.09 | 20.47 | 19.31 | - |
| YUV | 126.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 116 | 0 | 0.22 | 0.23 | 0.41 | 1.76 | 0.14 | 0.52 |
| Hex | 96 | 75 | 74 | 0 | 16 | 17 | 29 | 2 | E | 34 |
| Octal | 226 | 165 | 164 | 0 | 26 | 27 | 51 | 2 | 16 | 64 |
| Binary | 10010110 | 1110101 | 1110100 | 0 | 10110 | 10111 | 101001 | 10 | 1110 | 110100 |
Color Harmonies of #967574
Complementary color
Monochromatic Colors of #967574
Black with #967574
Text Example
Text Example
White with #967574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967574; }
p { color: rgb(150,117,116); }
H1.HeaderClassName
{
color: #967574;
}
.AnyTagClassName
{
color: #967574;
}
</style>
background-color css
<style>
a { background-color: #967574; }
a { background-color: rgb(150,117,116); }
div.DivClassName
{
background-color: #967574;
}
.BgClassName
{
background-color: #967574;
}
</style>
border-color css
<style>
span { border-color: #967574; }
span { border-color: rgb(150,117,116); }
td.TdClassName
{
border-color: #967574;
}
.TagClassName
{
border-color: #967574;
}
</style>