Html Css Color HEX #998142 Luxor Gold

📋 copy color: '#998142'

red 153 ◦ green 129 ◦ blue 66

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

Shades of Luxor Gold #998142

Tints of Luxor Gold #998142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.07%

 BLUE value IS 66 (26.17% from 255) = 18.97%

R = 43.97%
G = 37.07%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#998142 (or 0x998142) is known color: Luxor Gold. HEX triplet: 99, 81 and 42. RGB value is (153,129,66). Sum of RGB (Red+Green+Blue) = 153+129+66=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #998142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998142 is #667EBD. Grayscale: #818181. Windows color (decimal): -6717118 or 4358553. OLE color: 4358553.

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

Color convert

RGB 153 129 66 -
CMYK 0 0.16 0.57 0.4
HSL 43.45º 0.4% 0.43% -
HSV(B) 43.45º 0.57% 0.6% -
XYZ 21.97 22.87 8.41 -
YUV 128.99 92.45 145.12 -
System Red Green Blue C M Y K H S L
Decimal 153 129 66 0 0.16 0.57 0.4 43.45 0.4 0.43
Hex 99 81 42 0 10 39 28 2B 28 2B
Octal 231 201 102 0 20 71 50 53 50 53
Binary 10011001 10000001 1000010 0 10000 111001 101000 101011 101000 101011

Color Harmonies of #998142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998142

Black with #998142

Text Example


Text Example

White with #998142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998142; }

 p { color: rgb(153,129,66); }

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

background-color css

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

 a { background-color: rgb(153,129,66); }

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

border-color css

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

 span { border-color: rgb(153,129,66); }

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