Shades of Bazaar #95716E
Tints of Bazaar #95716E
RGB
CMYK
RGB Variations
Color information
#95716E (or 0x95716E) is known color: Bazaar. HEX triplet: 95, 71 and 6E. RGB value is (149,113,110). Sum of RGB (Red+Green+Blue) = 149+113+110=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #95716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95716E is #6A8E91. Grayscale: #7B7B7B. Windows color (decimal): -6983314 or 7238037. OLE color: 7238037.
HSL color Cylindrical-coordinate representation of color #95716E: hue angle of 4.62º degrees, saturation: 0.16, 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 #95716E is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 113 | 110 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.42 |
| HSL | 4.62º | 0.16% | 0.51% | - |
| HSV(B) | 4.62º | 0.26% | 0.58% | - |
| XYZ | 21.11 | 19.33 | 17.37 | - |
| YUV | 123.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 110 | 0 | 0.24 | 0.26 | 0.42 | 4.62 | 0.16 | 0.51 |
| Hex | 95 | 71 | 6E | 0 | 18 | 1A | 2A | 5 | 10 | 33 |
| Octal | 225 | 161 | 156 | 0 | 30 | 32 | 52 | 5 | 20 | 63 |
| Binary | 10010101 | 1110001 | 1101110 | 0 | 11000 | 11010 | 101010 | 101 | 10000 | 110011 |
Color Harmonies of #95716E
Complementary color
Monochromatic Colors of #95716E
Black with #95716E
Text Example
Text Example
White with #95716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95716E; }
p { color: rgb(149,113,110); }
H1.HeaderClassName
{
color: #95716E;
}
.AnyTagClassName
{
color: #95716E;
}
</style>
background-color css
<style>
a { background-color: #95716E; }
a { background-color: rgb(149,113,110); }
div.DivClassName
{
background-color: #95716E;
}
.BgClassName
{
background-color: #95716E;
}
</style>
border-color css
<style>
span { border-color: #95716E; }
span { border-color: rgb(149,113,110); }
td.TdClassName
{
border-color: #95716E;
}
.TagClassName
{
border-color: #95716E;
}
</style>