Html Css Color HEX #998040 Luxor Gold

📋 copy color: '#998040'

red 153 ◦ green 128 ◦ blue 64

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

Shades of Luxor Gold #998040

Tints of Luxor Gold #998040

RGB

 RED value IS 153 (60.16% from 255) = 44.35%

 GREEN value IS 128 (50.39% from 255) = 37.1%

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

R = 44.35%
G = 37.1%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#998040 (or 0x998040) is known color: Luxor Gold. HEX triplet: 99, 80 and 40. RGB value is (153,128,64). Sum of RGB (Red+Green+Blue) = 153+128+64=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #998040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998040 is #667FBF. Grayscale: #808080. Windows color (decimal): -6717376 or 4227225. OLE color: 4227225.

HSL color Cylindrical-coordinate representation of color #998040: hue angle of 43.15º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #998040 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 128 64 -
CMYK 0 0.16 0.58 0.4
HSL 43.15º 0.41% 0.43% -
HSV(B) 43.15º 0.58% 0.6% -
XYZ 21.78 22.58 8.06 -
YUV 128.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 153 128 64 0 0.16 0.58 0.4 43.15 0.41 0.43
Hex 99 80 40 0 10 3A 28 2B 29 2B
Octal 231 200 100 0 20 72 50 53 51 53
Binary 10011001 10000000 1000000 0 10000 111010 101000 101011 101001 101011

Color Harmonies of #998040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998040

Black with #998040

Text Example


Text Example

White with #998040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998040; }

 p { color: rgb(153,128,64); }

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

background-color css

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

 a { background-color: rgb(153,128,64); }

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

border-color css

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

 span { border-color: rgb(153,128,64); }

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