Html Css Color HEX #9F8941 Luxor Gold

📋 copy color: '#9F8941'

red 159 ◦ green 137 ◦ blue 65

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

Shades of Luxor Gold #9F8941

Tints of Luxor Gold #9F8941

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.95%

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

R = 44.04%
G = 37.95%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9F8941 (or 0x9F8941) is known color: Luxor Gold. HEX triplet: 9F, 89 and 41. RGB value is (159,137,65). Sum of RGB (Red+Green+Blue) = 159+137+65=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8941 is #6076BE. Grayscale: #878787. Windows color (decimal): -6321855 or 4295071. OLE color: 4295071.

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

Color convert

RGB 159 137 65 -
CMYK 0 0.14 0.59 0.38
HSL 45.96º 0.42% 0.44% -
HSV(B) 45.96º 0.59% 0.62% -
XYZ 24.2 25.64 8.68 -
YUV 135.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 159 137 65 0 0.14 0.59 0.38 45.96 0.42 0.44
Hex 9F 89 41 0 E 3B 26 2E 2A 2C
Octal 237 211 101 0 16 73 46 56 52 54
Binary 10011111 10001001 1000001 0 1110 111011 100110 101110 101010 101100

Color Harmonies of #9F8941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8941

Black with #9F8941

Text Example


Text Example

White with #9F8941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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