Shades of Bazaar #926E6E
Tints of Bazaar #926E6E
RGB
CMYK
RGB Variations
Color information
#926E6E (or 0x926E6E) is known color: Bazaar. HEX triplet: 92, 6E and 6E. RGB value is (146,110,110). Sum of RGB (Red+Green+Blue) = 146+110+110=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #926E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926E6E is #6D9191. Grayscale: #787878. Windows color (decimal): -7180690 or 7237266. OLE color: 7237266.
HSL color Cylindrical-coordinate representation of color #926E6E: hue angle of 0º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #926E6E is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 110 | 110 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.43 |
| HSL | 0º | 0.14% | 0.5% | - |
| HSV(B) | 0º | 0.25% | 0.57% | - |
| XYZ | 20.24 | 18.39 | 17.23 | - |
| YUV | 120.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 110 | 0 | 0.25 | 0.25 | 0.43 | 0 | 0.14 | 0.5 |
| Hex | 92 | 6E | 6E | 0 | 19 | 19 | 2B | 0 | E | 32 |
| Octal | 222 | 156 | 156 | 0 | 31 | 31 | 53 | 0 | 16 | 62 |
| Binary | 10010010 | 1101110 | 1101110 | 0 | 11001 | 11001 | 101011 | 0 | 1110 | 110010 |
Color Harmonies of #926E6E
Complementary color
Monochromatic Colors of #926E6E
Black with #926E6E
Text Example
Text Example
White with #926E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926E6E; }
p { color: rgb(146,110,110); }
H1.HeaderClassName
{
color: #926E6E;
}
.AnyTagClassName
{
color: #926E6E;
}
</style>
background-color css
<style>
a { background-color: #926E6E; }
a { background-color: rgb(146,110,110); }
div.DivClassName
{
background-color: #926E6E;
}
.BgClassName
{
background-color: #926E6E;
}
</style>
border-color css
<style>
span { border-color: #926E6E; }
span { border-color: rgb(146,110,110); }
td.TdClassName
{
border-color: #926E6E;
}
.TagClassName
{
border-color: #926E6E;
}
</style>