#9E650E

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

Shades of Golden Brown #9E650E

Tints of Golden Brown #9E650E

Color information

#9E650E (or 0x9E650E) is unknown color: approx Golden Brown. HEX triplet: 9E, 65 and 0E. RGB value is (158,101,14). Sum of RGB (Red+Green+Blue) = 158+101+14=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E650E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E650E is #619AF1. Grayscale: #6C6C6C. Windows color (decimal): -6396658 or 943518. OLE color: 943518.

HSL color Cylindrical-coordinate representation of color #9E650E: hue angle of 36.25º degrees, saturation: 0.84, 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 #9E650E is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB15810114-
CMYK00.360.910.38
HSL36.25º83.72%33.73%-
HSV(B)36.25º91.14%61.96%-
XYZ18.8316.612.63-
YUV108.1274.88163.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.88%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 14 (5.86% from 255) = 5.13%
R=57.88%
G=37.00%
B=5.13%

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
Decimal1581011400.360.910.3836.2583.7233.73
Hex9E65E0245B26245422
Octal23614516044133464412442
Binary1001111011001011110010010010110111001101001001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E650E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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