Shades of Bazaar #94706E
Tints of Bazaar #94706E
RGB
CMYK
RGB Variations
Color information
#94706E (or 0x94706E) is known color: Bazaar. HEX triplet: 94, 70 and 6E. RGB value is (148,112,110). Sum of RGB (Red+Green+Blue) = 148+112+110=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #94706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94706E is #6B8F91. Grayscale: #7A7A7A. Windows color (decimal): -7049106 or 7237780. OLE color: 7237780.
HSL color Cylindrical-coordinate representation of color #94706E: hue angle of 3.16º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94706E is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 112 | 110 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.42 |
| HSL | 3.16º | 0.15% | 0.51% | - |
| HSV(B) | 3.16º | 0.26% | 0.58% | - |
| XYZ | 20.82 | 19.01 | 17.32 | - |
| YUV | 122.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 110 | 0 | 0.24 | 0.26 | 0.42 | 3.16 | 0.15 | 0.51 |
| Hex | 94 | 70 | 6E | 0 | 18 | 1A | 2A | 3 | F | 33 |
| Octal | 224 | 160 | 156 | 0 | 30 | 32 | 52 | 3 | 17 | 63 |
| Binary | 10010100 | 1110000 | 1101110 | 0 | 11000 | 11010 | 101010 | 11 | 1111 | 110011 |
Color Harmonies of #94706E
Complementary color
Monochromatic Colors of #94706E
Black with #94706E
Text Example
Text Example
White with #94706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94706E; }
p { color: rgb(148,112,110); }
H1.HeaderClassName
{
color: #94706E;
}
.AnyTagClassName
{
color: #94706E;
}
</style>
background-color css
<style>
a { background-color: #94706E; }
a { background-color: rgb(148,112,110); }
div.DivClassName
{
background-color: #94706E;
}
.BgClassName
{
background-color: #94706E;
}
</style>
border-color css
<style>
span { border-color: #94706E; }
span { border-color: rgb(148,112,110); }
td.TdClassName
{
border-color: #94706E;
}
.TagClassName
{
border-color: #94706E;
}
</style>