Html Css Color HEX #9F9043 Luxor Gold

📋 copy color: '#9F9043'

red 159 ◦ green 144 ◦ blue 67

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

Shades of Luxor Gold #9F9043

Tints of Luxor Gold #9F9043

RGB

 RED value IS 159 (62.5% from 255) = 42.97%

 GREEN value IS 144 (56.64% from 255) = 38.92%

 BLUE value IS 67 (26.56% from 255) = 18.11%

R = 42.97%
G = 38.92%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9F9043 (or 0x9F9043) is known color: Luxor Gold. HEX triplet: 9F, 90 and 43. RGB value is (159,144,67). Sum of RGB (Red+Green+Blue) = 159+144+67=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9043 is #606FBC. Grayscale: #8C8C8C. Windows color (decimal): -6320061 or 4427935. OLE color: 4427935.

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

Color convert

RGB 159 144 67 -
CMYK 0 0.09 0.58 0.38
HSL 50.22º 0.41% 0.44% -
HSV(B) 50.22º 0.58% 0.62% -
XYZ 25.28 27.72 9.33 -
YUV 139.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 159 144 67 0 0.09 0.58 0.38 50.22 0.41 0.44
Hex 9F 90 43 0 9 3A 26 32 29 2C
Octal 237 220 103 0 11 72 46 62 51 54
Binary 10011111 10010000 1000011 0 1001 111010 100110 110010 101001 101100

Color Harmonies of #9F9043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9043

Black with #9F9043

Text Example


Text Example

White with #9F9043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,144,67); }

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

background-color css

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

 a { background-color: rgb(159,144,67); }

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

border-color css

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

 span { border-color: rgb(159,144,67); }

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