#9F927E

Color #9F927E Bronco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronco #9F927E

Tints of Bronco #9F927E

Color information

#9F927E (or 0x9F927E) is unknown color: approx 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

RGB159146126-
CMYK00.080.210.38
HSL36.36º14.67%55.88%-
HSV(B)36.36º20.75%62.35%-
XYZ28.3429.4423.93-
YUV147.61115.81136.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 36.89%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=36.89%
G=33.87%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914612600.080.210.3836.3614.6755.88
Hex9F927E08152624f38
Octal2372221760102546441770
Binary1001111110010010111111001000101011001101001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>