Html Css Color HEX #9F8F41 Luxor Gold

📋 copy color: '#9F8F41'

red 159 ◦ green 143 ◦ blue 65

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

Shades of Luxor Gold #9F8F41

Tints of Luxor Gold #9F8F41

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.96%

 BLUE value IS 65 (25.78% from 255) = 17.71%

R = 43.32%
G = 38.96%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9F8F41 (or 0x9F8F41) is known color: Luxor Gold. HEX triplet: 9F, 8F and 41. RGB value is (159,143,65). Sum of RGB (Red+Green+Blue) = 159+143+65=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8F41 is #6070BE. Grayscale: #8B8B8B. Windows color (decimal): -6320319 or 4296607. OLE color: 4296607.

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

Color convert

RGB 159 143 65 -
CMYK 0 0.10 0.59 0.38
HSL 49.79º 0.42% 0.44% -
HSV(B) 49.79º 0.59% 0.62% -
XYZ 25.07 27.4 8.97 -
YUV 138.89 86.3 142.34 -
System Red Green Blue C M Y K H S L
Decimal 159 143 65 0 0.10 0.59 0.38 49.79 0.42 0.44
Hex 9F 8F 41 0 A 3B 26 32 2A 2C
Octal 237 217 101 0 12 73 46 62 52 54
Binary 10011111 10001111 1000001 0 1010 111011 100110 110010 101010 101100

Color Harmonies of #9F8F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8F41

Black with #9F8F41

Text Example


Text Example

White with #9F8F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,143,65); }

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

background-color css

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

 a { background-color: rgb(159,143,65); }

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

border-color css

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

 span { border-color: rgb(159,143,65); }

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