Html Css Color HEX #9F8A3F Luxor Gold

📋 copy color: '#9F8A3F'

red 159 ◦ green 138 ◦ blue 63

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

Shades of Luxor Gold #9F8A3F

Tints of Luxor Gold #9F8A3F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.33%

 BLUE value IS 63 (25% from 255) = 17.5%

R = 44.17%
G = 38.33%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9F8A3F (or 0x9F8A3F) is known color: Luxor Gold. HEX triplet: 9F, 8A and 3F. RGB value is (159,138,63). Sum of RGB (Red+Green+Blue) = 159+138+63=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8A3F is #6075C0. Grayscale: #888888. Windows color (decimal): -6321601 or 4164255. OLE color: 4164255.

HSL color Cylindrical-coordinate representation of color #9F8A3F: hue angle of 46.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F8A3F is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 138 63 -
CMYK 0 0.13 0.60 0.38
HSL 46.88º 0.43% 0.44% -
HSV(B) 46.88º 0.6% 0.62% -
XYZ 24.28 25.91 8.42 -
YUV 135.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 159 138 63 0 0.13 0.60 0.38 46.88 0.43 0.44
Hex 9F 8A 3F 0 D 3C 26 2F 2B 2C
Octal 237 212 77 0 15 74 46 57 53 54
Binary 10011111 10001010 111111 0 1101 111100 100110 101111 101011 101100

Color Harmonies of #9F8A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8A3F

Black with #9F8A3F

Text Example


Text Example

White with #9F8A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,138,63); }

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

background-color css

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

 a { background-color: rgb(159,138,63); }

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

border-color css

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

 span { border-color: rgb(159,138,63); }

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