Html Css Color HEX #9F9143 Luxor Gold

📋 copy color: '#9F9143'

red 159 ◦ green 145 ◦ blue 67

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

Shades of Luxor Gold #9F9143

Tints of Luxor Gold #9F9143

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.08%

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

R = 42.86%
G = 39.08%
B = 18.06%

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

#9F9143 (or 0x9F9143) is known color: Luxor Gold. HEX triplet: 9F, 91 and 43. RGB value is (159,145,67). Sum of RGB (Red+Green+Blue) = 159+145+67=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9143 is #606EBC. Grayscale: #8C8C8C. Windows color (decimal): -6319805 or 4428191. OLE color: 4428191.

HSL color Cylindrical-coordinate representation of color #9F9143: hue angle of 50.87º 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 #9F9143 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 145 67 -
CMYK 0 0.09 0.58 0.38
HSL 50.87º 0.41% 0.44% -
HSV(B) 50.87º 0.58% 0.62% -
XYZ 25.44 28.03 9.38 -
YUV 140.29 86.64 141.34 -
System Red Green Blue C M Y K H S L
Decimal 159 145 67 0 0.09 0.58 0.38 50.87 0.41 0.44
Hex 9F 91 43 0 9 3A 26 33 29 2C
Octal 237 221 103 0 11 72 46 63 51 54
Binary 10011111 10010001 1000011 0 1001 111010 100110 110011 101001 101100

Color Harmonies of #9F9143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9143

Black with #9F9143

Text Example


Text Example

White with #9F9143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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