#9E6912

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

Shades of Golden Brown #9E6912

Tints of Golden Brown #9E6912

Color information

#9E6912 (or 0x9E6912) is unknown color: approx Golden Brown. HEX triplet: 9E, 69 and 12. RGB value is (158,105,18). Sum of RGB (Red+Green+Blue) = 158+105+18=281 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.23% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6912 is #6196ED. Grayscale: #6F6F6F. Windows color (decimal): -6395630 or 1206686. OLE color: 1206686.

HSL color Cylindrical-coordinate representation of color #9E6912: hue angle of 37.29º degrees, saturation: 0.8, 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 #9E6912 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB15810518-
CMYK00.340.890.38
HSL37.29º79.55%34.51%-
HSV(B)37.29º88.61%61.96%-
XYZ19.2617.422.92-
YUV110.9375.56161.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.23%
GREEN value IS 105 (41.41% from 255) = 37.37%
BLUE value IS 18 (7.42% from 255) = 6.41%
R=56.23%
G=37.37%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581051800.340.890.3837.2979.5534.51
Hex9E69120225926255023
Octal23615122042131464512043
Binary10011110110100110010010001010110011001101001011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,105,18); }

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

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

 a { background-color: rgb(158,105,18); }

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

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

 span { border-color: rgb(158,105,18); }

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