#9F917D

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

Shades of Bronco #9F917D

Tints of Bronco #9F917D

Color information

#9F917D (or 0x9F917D) is unknown color: approx Bronco. HEX triplet: 9F, 91 and 7D. RGB value is (159,145,125). Sum of RGB (Red+Green+Blue) = 159+145+125=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 159 - color contains mainly: red. Hex color #9F917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F917D is #606E82. Grayscale: #939393. Windows color (decimal): -6319747 or 8229279. OLE color: 8229279.

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

Color convert

RGB159145125-
CMYK00.090.210.38
HSL35.29º15.04%55.69%-
HSV(B)35.29º21.38%62.35%-
XYZ28.1329.123.54-
YUV146.91115.64136.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.06%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=37.06%
G=33.80%
B=29.14%

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
Decimal15914512500.090.210.3835.2915.0455.69
Hex9F917D09152623f38
Octal2372211750112546431770
Binary1001111110010001111110101001101011001101000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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