#9E6014

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

Shades of Golden Brown #9E6014

Tints of Golden Brown #9E6014

Color information

#9E6014 (or 0x9E6014) is unknown color: approx Golden Brown. HEX triplet: 9E, 60 and 14. RGB value is (158,96,20). Sum of RGB (Red+Green+Blue) = 158+96+20=274 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.66% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6014 is #619FEB. Grayscale: #6A6A6A. Windows color (decimal): -6397932 or 1335454. OLE color: 1335454.

HSL color Cylindrical-coordinate representation of color #9E6014: hue angle of 33.04º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E6014 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB1589620-
CMYK00.390.870.38
HSL33.04º77.53%34.9%-
HSV(B)33.04º87.34%61.96%-
XYZ18.4115.692.72-
YUV105.8779.54165.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.66%
GREEN value IS 96 (37.89% from 255) = 35.04%
BLUE value IS 20 (8.20% from 255) = 7.30%
R=57.66%
G=35.04%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158962000.390.870.3833.0477.5334.9
Hex9E60140275726214e23
Octal23614024047127464111643
Binary10011110110000010100010011110101111001101000011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,96,20); }

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

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

 a { background-color: rgb(158,96,20); }

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

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

 span { border-color: rgb(158,96,20); }

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