Shades of Bazaar #90736F
Tints of Bazaar #90736F
RGB
CMYK
RGB Variations
Color information
#90736F (or 0x90736F) is known color: Bazaar. HEX triplet: 90, 73 and 6F. RGB value is (144,115,111). Sum of RGB (Red+Green+Blue) = 144+115+111=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 144 - color contains mainly: red. Hex color #90736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90736F is #6F8C90. Grayscale: #7B7B7B. Windows color (decimal): -7310481 or 7304080. OLE color: 7304080.
HSL color Cylindrical-coordinate representation of color #90736F: hue angle of 7.27º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90736F is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 115 | 111 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.44 |
| HSL | 7.27º | 0.13% | 0.5% | - |
| HSV(B) | 7.27º | 0.23% | 0.56% | - |
| XYZ | 20.5 | 19.34 | 17.69 | - |
| YUV | 123.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 115 | 111 | 0 | 0.20 | 0.23 | 0.44 | 7.27 | 0.13 | 0.5 |
| Hex | 90 | 73 | 6F | 0 | 14 | 17 | 2C | 7 | D | 32 |
| Octal | 220 | 163 | 157 | 0 | 24 | 27 | 54 | 7 | 15 | 62 |
| Binary | 10010000 | 1110011 | 1101111 | 0 | 10100 | 10111 | 101100 | 111 | 1101 | 110010 |
Color Harmonies of #90736F
Complementary color
Monochromatic Colors of #90736F
Black with #90736F
Text Example
Text Example
White with #90736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90736F; }
p { color: rgb(144,115,111); }
H1.HeaderClassName
{
color: #90736F;
}
.AnyTagClassName
{
color: #90736F;
}
</style>
background-color css
<style>
a { background-color: #90736F; }
a { background-color: rgb(144,115,111); }
div.DivClassName
{
background-color: #90736F;
}
.BgClassName
{
background-color: #90736F;
}
</style>
border-color css
<style>
span { border-color: #90736F; }
span { border-color: rgb(144,115,111); }
td.TdClassName
{
border-color: #90736F;
}
.TagClassName
{
border-color: #90736F;
}
</style>