Html Css Color HEX #9E8840 Luxor Gold

📋 copy color: '#9E8840'

red 158 ◦ green 136 ◦ blue 64

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

Shades of Luxor Gold #9E8840

Tints of Luxor Gold #9E8840

RGB

 RED value IS 158 (62.11% from 255) = 44.13%

 GREEN value IS 136 (53.52% from 255) = 37.99%

 BLUE value IS 64 (25.39% from 255) = 17.88%

R = 44.13%
G = 37.99%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9E8840 (or 0x9E8840) is known color: Luxor Gold. HEX triplet: 9E, 88 and 40. RGB value is (158,136,64). Sum of RGB (Red+Green+Blue) = 158+136+64=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8840 is #6177BF. Grayscale: #868686. Windows color (decimal): -6387648 or 4229278. OLE color: 4229278.

HSL color Cylindrical-coordinate representation of color #9E8840: hue angle of 45.96º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E8840 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 136 64 -
CMYK 0 0.14 0.59 0.38
HSL 45.96º 0.42% 0.44% -
HSV(B) 45.96º 0.59% 0.62% -
XYZ 23.83 25.25 8.47 -
YUV 134.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 158 136 64 0 0.14 0.59 0.38 45.96 0.42 0.44
Hex 9E 88 40 0 E 3B 26 2E 2A 2C
Octal 236 210 100 0 16 73 46 56 52 54
Binary 10011110 10001000 1000000 0 1110 111011 100110 101110 101010 101100

Color Harmonies of #9E8840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8840

Black with #9E8840

Text Example


Text Example

White with #9E8840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,136,64); }

 H1.HeaderClassName
 {
   color: #9E8840;
 }
 .AnyTagClassName
 {
   color: #9E8840;
 }
</style>

background-color css

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

 a { background-color: rgb(158,136,64); }

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

border-color css

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

 span { border-color: rgb(158,136,64); }

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