#9f6f18

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

Shades of Golden Brown #9F6F18

Tints of Golden Brown #9F6F18

Color information

#9F6F18 (or 0x9F6F18) is unknown color: approx Golden Brown. HEX triplet: 9F, 6F and 18. RGB value is (159,111,24). Sum of RGB (Red+Green+Blue) = 159+111+24=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6F18 is #6090E7. Grayscale: #737373. Windows color (decimal): -6328552 or 1601439. OLE color: 1601439.

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

Color convert

RGB15911124-
CMYK00.300.850.38
HSL38.67º73.77%35.88%-
HSV(B)38.67º84.91%62.35%-
XYZ20.1518.813.43-
YUV115.4376.4159.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.08%
GREEN value IS 111 (43.75% from 255) = 37.76%
BLUE value IS 24 (9.77% from 255) = 8.16%
R=54.08%
G=37.76%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591112400.300.850.3838.6773.7735.88
Hex9F6F1801E5526274a24
Octal23715730036125464711244
Binary1001111111011111100001111010101011001101001111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f6f18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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