#9e8105

Color #9E8105 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #9E8105

Tints of Dark Goldenrod #9E8105

Color information

#9E8105 (or 0x9E8105) is unknown color: approx Dark Goldenrod. HEX triplet: 9E, 81 and 05. RGB value is (158,129,5). Sum of RGB (Red+Green+Blue) = 158+129+5=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8105 is #617EFA. Grayscale: #7C7C7C. Windows color (decimal): -6389499 or 360862. OLE color: 360862.

HSL color Cylindrical-coordinate representation of color #9E8105: hue angle of 48.63º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E8105 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB1581295-
CMYK00.180.970.38
HSL48.63º93.87%31.96%-
HSV(B)48.63º96.84%61.96%-
XYZ21.9822.983.42-
YUV123.5461.11152.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.11%
GREEN value IS 129 (50.78% from 255) = 44.18%
BLUE value IS 5 (2.34% from 255) = 1.71%
R=54.11%
G=44.18%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158129500.180.970.3848.6393.8731.96
Hex9E8150126126315e20
Octal2362015022141466113640
Binary100111101000000110101001011000011001101100011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e8105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,129,5); }

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

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

 a { background-color: rgb(158,129,5); }

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

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

 span { border-color: rgb(158,129,5); }

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