Shades of Bazaar #997674
Tints of Bazaar #997674
RGB
CMYK
RGB Variations
Color information
#997674 (or 0x997674) is known color: Bazaar. HEX triplet: 99, 76 and 74. RGB value is (153,118,116). Sum of RGB (Red+Green+Blue) = 153+118+116=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #997674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997674 is #66898B. Grayscale: #808080. Windows color (decimal): -6719884 or 7632537. OLE color: 7632537.
HSL color Cylindrical-coordinate representation of color #997674: hue angle of 3.24º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997674 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 116 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.4 |
| HSL | 3.24º | 0.15% | 0.53% | - |
| HSV(B) | 3.24º | 0.24% | 0.6% | - |
| XYZ | 22.77 | 20.99 | 19.37 | - |
| YUV | 128.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 116 | 0 | 0.23 | 0.24 | 0.4 | 3.24 | 0.15 | 0.53 |
| Hex | 99 | 76 | 74 | 0 | 17 | 18 | 28 | 3 | F | 35 |
| Octal | 231 | 166 | 164 | 0 | 27 | 30 | 50 | 3 | 17 | 65 |
| Binary | 10011001 | 1110110 | 1110100 | 0 | 10111 | 11000 | 101000 | 11 | 1111 | 110101 |
Color Harmonies of #997674
Complementary color
Monochromatic Colors of #997674
Black with #997674
Text Example
Text Example
White with #997674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997674; }
p { color: rgb(153,118,116); }
H1.HeaderClassName
{
color: #997674;
}
.AnyTagClassName
{
color: #997674;
}
</style>
background-color css
<style>
a { background-color: #997674; }
a { background-color: rgb(153,118,116); }
div.DivClassName
{
background-color: #997674;
}
.BgClassName
{
background-color: #997674;
}
</style>
border-color css
<style>
span { border-color: #997674; }
span { border-color: rgb(153,118,116); }
td.TdClassName
{
border-color: #997674;
}
.TagClassName
{
border-color: #997674;
}
</style>