#9F6F15

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

Shades of Golden Brown #9F6F15

Tints of Golden Brown #9F6F15

Color information

#9F6F15 (or 0x9F6F15) is unknown color: approx Golden Brown. HEX triplet: 9F, 6F and 15. RGB value is (159,111,21). Sum of RGB (Red+Green+Blue) = 159+111+21=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6F15 is #6090EA. Grayscale: #737373. Windows color (decimal): -6328555 or 1404831. OLE color: 1404831.

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

Color convert

RGB15911121-
CMYK00.300.870.38
HSL39.13º76.67%35.29%-
HSV(B)39.13º86.79%62.35%-
XYZ20.1218.793.28-
YUV115.0974.9159.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.64%
GREEN value IS 111 (43.75% from 255) = 38.14%
BLUE value IS 21 (8.59% from 255) = 7.22%
R=54.64%
G=38.14%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591112100.300.870.3839.1376.6735.29
Hex9F6F1501E5726274d23
Octal23715725036127464711543
Binary1001111111011111010101111010101111001101001111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,111,21); }

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

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

 a { background-color: rgb(159,111,21); }

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

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

 span { border-color: rgb(159,111,21); }

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