Html Css Color HEX #9E8344 Luxor Gold

📋 copy color: '#9E8344'

red 158 ◦ green 131 ◦ blue 68

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

Shades of Luxor Gold #9E8344

Tints of Luxor Gold #9E8344

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.69%

 BLUE value IS 68 (26.95% from 255) = 19.05%

R = 44.26%
G = 36.69%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#9E8344 (or 0x9E8344) is known color: Luxor Gold. HEX triplet: 9E, 83 and 44. RGB value is (158,131,68). Sum of RGB (Red+Green+Blue) = 158+131+68=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8344 is #617CBB. Grayscale: #848484. Windows color (decimal): -6388924 or 4490142. OLE color: 4490142.

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

Color convert

RGB 158 131 68 -
CMYK 0 0.17 0.57 0.38
HSL 42º 0.4% 0.44% -
HSV(B) 42º 0.57% 0.62% -
XYZ 23.26 23.92 8.86 -
YUV 131.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 158 131 68 0 0.17 0.57 0.38 42 0.4 0.44
Hex 9E 83 44 0 11 39 26 2A 28 2C
Octal 236 203 104 0 21 71 46 52 50 54
Binary 10011110 10000011 1000100 0 10001 111001 100110 101010 101000 101100

Color Harmonies of #9E8344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8344

Black with #9E8344

Text Example


Text Example

White with #9E8344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,131,68); }

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

background-color css

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

 a { background-color: rgb(158,131,68); }

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

border-color css

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

 span { border-color: rgb(158,131,68); }

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