#9E650F

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

Shades of Golden Brown #9E650F

Tints of Golden Brown #9E650F

Color information

#9E650F (or 0x9E650F) is unknown color: approx Golden Brown. HEX triplet: 9E, 65 and 0F. RGB value is (158,101,15). Sum of RGB (Red+Green+Blue) = 158+101+15=274 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.66% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 158 - color contains mainly: red. Hex color #9E650F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E650F is #619AF0. Grayscale: #6C6C6C. Windows color (decimal): -6396657 or 1009054. OLE color: 1009054.

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

Color convert

RGB15810115-
CMYK00.360.910.38
HSL36.08º82.66%33.92%-
HSV(B)36.08º90.51%61.96%-
XYZ18.8416.612.67-
YUV108.2475.38163.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.66%
GREEN value IS 101 (39.84% from 255) = 36.86%
BLUE value IS 15 (6.25% from 255) = 5.47%
R=57.66%
G=36.86%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581011500.360.910.3836.0882.6633.92
Hex9E65F0245B26245322
Octal23614517044133464412342
Binary1001111011001011111010010010110111001101001001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E650F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,101,15); }

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

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

 a { background-color: rgb(158,101,15); }

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

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

 span { border-color: rgb(158,101,15); }

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