Shades of Bronco #9F927E
Tints of Bronco #9F927E
RGB
CMYK
RGB Variations
Color information
#9F927E (or 0x9F927E) is known color: Bronco. HEX triplet: 9F, 92 and 7E. RGB value is (159,146,126). Sum of RGB (Red+Green+Blue) = 159+146+126=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 159 - color contains mainly: red. Hex color #9F927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F927E is #606D81. Grayscale: #939393. Windows color (decimal): -6319490 or 8295071. OLE color: 8295071.
HSL color Cylindrical-coordinate representation of color #9F927E: hue angle of 36.36º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F927E is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 146 | 126 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.38 |
| HSL | 36.36º | 0.15% | 0.56% | - |
| HSV(B) | 36.36º | 0.21% | 0.62% | - |
| XYZ | 28.34 | 29.44 | 23.93 | - |
| YUV | 147.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 126 | 0 | 0.08 | 0.21 | 0.38 | 36.36 | 0.15 | 0.56 |
| Hex | 9F | 92 | 7E | 0 | 8 | 15 | 26 | 24 | F | 38 |
| Octal | 237 | 222 | 176 | 0 | 10 | 25 | 46 | 44 | 17 | 70 |
| Binary | 10011111 | 10010010 | 1111110 | 0 | 1000 | 10101 | 100110 | 100100 | 1111 | 111000 |
Color Harmonies of #9F927E
Complementary color
Monochromatic Colors of #9F927E
Black with #9F927E
Text Example
Text Example
White with #9F927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F927E; }
p { color: rgb(159,146,126); }
H1.HeaderClassName
{
color: #9F927E;
}
.AnyTagClassName
{
color: #9F927E;
}
</style>
background-color css
<style>
a { background-color: #9F927E; }
a { background-color: rgb(159,146,126); }
div.DivClassName
{
background-color: #9F927E;
}
.BgClassName
{
background-color: #9F927E;
}
</style>
border-color css
<style>
span { border-color: #9F927E; }
span { border-color: rgb(159,146,126); }
td.TdClassName
{
border-color: #9F927E;
}
.TagClassName
{
border-color: #9F927E;
}
</style>