Shades of Bazaar #936F6E
Tints of Bazaar #936F6E
RGB
CMYK
RGB Variations
Color information
#936F6E (or 0x936F6E) is known color: Bazaar. HEX triplet: 93, 6F and 6E. RGB value is (147,111,110). Sum of RGB (Red+Green+Blue) = 147+111+110=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 147 - color contains mainly: red. Hex color #936F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936F6E is #6C9091. Grayscale: #797979. Windows color (decimal): -7114898 or 7237523. OLE color: 7237523.
HSL color Cylindrical-coordinate representation of color #936F6E: hue angle of 1.62º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #936F6E is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 111 | 110 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.42 |
| HSL | 1.62º | 0.15% | 0.5% | - |
| HSV(B) | 1.62º | 0.25% | 0.58% | - |
| XYZ | 20.53 | 18.7 | 17.28 | - |
| YUV | 121.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 111 | 110 | 0 | 0.24 | 0.25 | 0.42 | 1.62 | 0.15 | 0.5 |
| Hex | 93 | 6F | 6E | 0 | 18 | 19 | 2A | 2 | F | 32 |
| Octal | 223 | 157 | 156 | 0 | 30 | 31 | 52 | 2 | 17 | 62 |
| Binary | 10010011 | 1101111 | 1101110 | 0 | 11000 | 11001 | 101010 | 10 | 1111 | 110010 |
Color Harmonies of #936F6E
Complementary color
Monochromatic Colors of #936F6E
Black with #936F6E
Text Example
Text Example
White with #936F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936F6E; }
p { color: rgb(147,111,110); }
H1.HeaderClassName
{
color: #936F6E;
}
.AnyTagClassName
{
color: #936F6E;
}
</style>
background-color css
<style>
a { background-color: #936F6E; }
a { background-color: rgb(147,111,110); }
div.DivClassName
{
background-color: #936F6E;
}
.BgClassName
{
background-color: #936F6E;
}
</style>
border-color css
<style>
span { border-color: #936F6E; }
span { border-color: rgb(147,111,110); }
td.TdClassName
{
border-color: #936F6E;
}
.TagClassName
{
border-color: #936F6E;
}
</style>