Html Css Color HEX #9E8105 Dark Goldenrod

📋 copy color: '#9E8105'

red 158 ◦ green 129 ◦ blue 5

#9E8105
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #9E8105

Tints of Dark Goldenrod #9E8105

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 value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9E8105 (or 0x9E8105) is known color: 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

RGB 158 129 5 -
CMYK 0 0.18 0.97 0.38
HSL 48.63º 0.94% 0.32% -
HSV(B) 48.63º 0.97% 0.62% -
XYZ 21.98 22.98 3.42 -
YUV 123.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 158 129 5 0 0.18 0.97 0.38 48.63 0.94 0.32
Hex 9E 81 5 0 12 61 26 31 5E 20
Octal 236 201 5 0 22 141 46 61 136 40
Binary 10011110 10000001 101 0 10010 1100001 100110 110001 1011110 100000

Color Harmonies of #9E8105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8105

Black with #9E8105

Text Example


Text Example

White with #9E8105

Text Example


Text Example

HTML Codes & Css Web 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>