#9F907D

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

Shades of Bronco #9F907D

Tints of Bronco #9F907D

Color information

#9F907D (or 0x9F907D) is unknown color: approx Bronco. HEX triplet: 9F, 90 and 7D. RGB value is (159,144,125). Sum of RGB (Red+Green+Blue) = 159+144+125=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 159 - color contains mainly: red. Hex color #9F907D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F907D is #606F82. Grayscale: #929292. Windows color (decimal): -6320003 or 8229023. OLE color: 8229023.

HSL color Cylindrical-coordinate representation of color #9F907D: hue angle of 33.53º 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 #9F907D is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB159144125-
CMYK00.090.210.38
HSL33.53º15.04%55.69%-
HSV(B)33.53º21.38%62.35%-
XYZ27.9728.823.49-
YUV146.32115.97137.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.15%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 125 (49.22% from 255) = 29.21%
R=37.15%
G=33.64%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914412500.090.210.3833.5315.0455.69
Hex9F907D09152622f38
Octal2372201750112546421770
Binary1001111110010000111110101001101011001101000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,144,125); }

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

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

 a { background-color: rgb(159,144,125); }

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

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

 span { border-color: rgb(159,144,125); }

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