#9E5616

Color #9E5616 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #9E5616

Tints of Rich Gold #9E5616

Color information

#9E5616 (or 0x9E5616) is unknown color: approx Rich Gold. HEX triplet: 9E, 56 and 16. RGB value is (158,86,22). Sum of RGB (Red+Green+Blue) = 158+86+22=266 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.40% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5616 is #61A9E9. Grayscale: #646464. Windows color (decimal): -6400490 or 1463966. OLE color: 1463966.

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

Color convert

RGB1588622-
CMYK00.460.860.38
HSL28.24º75.56%35.29%-
HSV(B)28.24º86.08%61.96%-
XYZ17.5713.982.53-
YUV100.2383.85169.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.40%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 22 (8.98% from 255) = 8.27%
R=59.40%
G=32.33%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158862200.460.860.3828.2475.5635.29
Hex9E561602E56261c4c23
Octal23612626056126463411443
Binary1001111010101101011001011101010110100110111001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,86,22); }

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

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

 a { background-color: rgb(158,86,22); }

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

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

 span { border-color: rgb(158,86,22); }

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