#9F927C

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

Shades of Bronco #9F927C

Tints of Bronco #9F927C

Color information

#9F927C (or 0x9F927C) is unknown color: approx Bronco. HEX triplet: 9F, 92 and 7C. RGB value is (159,146,124). Sum of RGB (Red+Green+Blue) = 159+146+124=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 159 - color contains mainly: red. Hex color #9F927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F927C is #606D83. Grayscale: #939393. Windows color (decimal): -6319492 or 8163999. OLE color: 8163999.

HSL color Cylindrical-coordinate representation of color #9F927C: hue angle of 37.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F927C is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB159146124-
CMYK00.080.220.38
HSL37.71º15.42%55.49%-
HSV(B)37.71º22.01%62.35%-
XYZ28.2229.3823.25-
YUV147.38114.81136.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.06%
GREEN value IS 146 (57.42% from 255) = 34.03%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=37.06%
G=34.03%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914612400.080.220.3837.7115.4255.49
Hex9F927C08162626f37
Octal2372221740102646461767
Binary1001111110010010111110001000101101001101001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F927C; }

 p { color: rgb(159,146,124); }

 H1.HeaderClassName
 {
   color: #9F927C;
 }
 .AnyTagClassName
 {
   color: #9F927C;
 }
</style>
background-color css

<style>
 a { background-color: #9F927C; }

 a { background-color: rgb(159,146,124); }

 div.DivClassName
 {
   background-color: #9F927C;
 }
 .BgClassName
 {
   background-color: #9F927C;
 }
</style>
border-color css

<style>
 span { border-color: #9F927C; }

 span { border-color: rgb(159,146,124); }

 td.TdClassName
 {
   border-color: #9F927C;
 }
 .TagClassName
 {
   border-color: #9F927C;
 }
</style>