#9E6D1F

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

Shades of Golden Brown #9E6D1F

Tints of Golden Brown #9E6D1F

Color information

#9E6D1F (or 0x9E6D1F) is unknown color: approx Golden Brown. HEX triplet: 9E, 6D and 1F. RGB value is (158,109,31). Sum of RGB (Red+Green+Blue) = 158+109+31=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6D1F is #6192E0. Grayscale: #737373. Windows color (decimal): -6394593 or 2059678. OLE color: 2059678.

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

Color convert

RGB15810931-
CMYK00.310.800.38
HSL36.85º67.2%37.06%-
HSV(B)36.85º80.38%61.96%-
XYZ19.8218.313.79-
YUV114.7680.73158.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.02%
GREEN value IS 109 (42.97% from 255) = 36.58%
BLUE value IS 31 (12.5% from 255) = 10.40%
R=53.02%
G=36.58%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581093100.310.800.3836.8567.237.06
Hex9E6D1F01F5026254325
Octal23615537037120464510345
Binary1001111011011011111101111110100001001101001011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,109,31); }

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

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

 a { background-color: rgb(158,109,31); }

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

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

 span { border-color: rgb(158,109,31); }

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