#9F7111

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

Shades of Golden Brown #9F7111

Tints of Golden Brown #9F7111

Color information

#9F7111 (or 0x9F7111) is unknown color: approx Golden Brown. HEX triplet: 9F, 71 and 11. RGB value is (159,113,17). Sum of RGB (Red+Green+Blue) = 159+113+17=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7111 is #608EEE. Grayscale: #747474. Windows color (decimal): -6328047 or 1143199. OLE color: 1143199.

HSL color Cylindrical-coordinate representation of color #9F7111: hue angle of 40.56º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F7111 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB15911317-
CMYK00.290.890.38
HSL40.56º80.68%34.51%-
HSV(B)40.56º89.31%62.35%-
XYZ20.319.223.17-
YUV115.8172.24158.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.02%
GREEN value IS 113 (44.53% from 255) = 39.10%
BLUE value IS 17 (7.03% from 255) = 5.88%
R=55.02%
G=39.10%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591131700.290.890.3840.5680.6834.51
Hex9F711101D5926295123
Octal23716121035131465112143
Binary1001111111100011000101110110110011001101010011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,113,17); }

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

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

 a { background-color: rgb(159,113,17); }

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

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

 span { border-color: rgb(159,113,17); }

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