#9F6F01

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

Shades of Golden Brown #9F6F01

Tints of Golden Brown #9F6F01

Color information

#9F6F01 (or 0x9F6F01) is unknown color: approx Golden Brown. HEX triplet: 9F, 6F and 01. RGB value is (159,111,1). Sum of RGB (Red+Green+Blue) = 159+111+1=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6F01 is #6090FE. Grayscale: #717171. Windows color (decimal): -6328575 or 94111. OLE color: 94111.

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

Color convert

RGB1591111-
CMYK00.300.990.38
HSL41.77º98.75%31.37%-
HSV(B)41.77º99.37%62.35%-
XYZ19.9918.742.59-
YUV112.8164.9160.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.67%
GREEN value IS 111 (43.75% from 255) = 40.96%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=58.67%
G=40.96%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159111100.300.990.3841.7798.7531.37
Hex9F6F101E63262a631f
Octal2371571036143465214337
Binary10011111110111110111101100011100110101010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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