#9E6F02

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

Shades of Golden Brown #9E6F02

Tints of Golden Brown #9E6F02

Color information

#9E6F02 (or 0x9E6F02) is unknown color: approx Golden Brown. HEX triplet: 9E, 6F and 02. RGB value is (158,111,2). Sum of RGB (Red+Green+Blue) = 158+111+2=271 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.30% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6F02 is #6190FD. Grayscale: #717171. Windows color (decimal): -6394110 or 159646. OLE color: 159646.

HSL color Cylindrical-coordinate representation of color #9E6F02: hue angle of 41.92º degrees, saturation: 0.98, 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 #9E6F02 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB1581112-
CMYK00.300.990.38
HSL41.92º97.5%31.37%-
HSV(B)41.92º98.73%61.96%-
XYZ19.818.642.61-
YUV112.6365.57160.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.30%
GREEN value IS 111 (43.75% from 255) = 40.96%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=58.30%
G=40.96%
B=0.74%

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
Decimal158111200.300.990.3841.9297.531.37
Hex9E6F201E63262a621f
Octal2361572036143465214237
Binary100111101101111100111101100011100110101010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,111,2); }

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

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

 a { background-color: rgb(158,111,2); }

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

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

 span { border-color: rgb(158,111,2); }

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