Html Css Color HEX #9F893F Luxor Gold

📋 copy color: '#9F893F'

red 159 ◦ green 137 ◦ blue 63

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

Shades of Luxor Gold #9F893F

Tints of Luxor Gold #9F893F

RGB

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

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

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

R = 44.29%
G = 38.16%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9F893F (or 0x9F893F) is known color: Luxor Gold. HEX triplet: 9F, 89 and 3F. RGB value is (159,137,63). Sum of RGB (Red+Green+Blue) = 159+137+63=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F893F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F893F is #6076C0. Grayscale: #878787. Windows color (decimal): -6321857 or 4163999. OLE color: 4163999.

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

Color convert

RGB 159 137 63 -
CMYK 0 0.14 0.60 0.38
HSL 46.25º 0.43% 0.44% -
HSV(B) 46.25º 0.6% 0.62% -
XYZ 24.14 25.62 8.38 -
YUV 135.14 87.29 145.02 -
System Red Green Blue C M Y K H S L
Decimal 159 137 63 0 0.14 0.60 0.38 46.25 0.43 0.44
Hex 9F 89 3F 0 E 3C 26 2E 2B 2C
Octal 237 211 77 0 16 74 46 56 53 54
Binary 10011111 10001001 111111 0 1110 111100 100110 101110 101011 101100

Color Harmonies of #9F893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F893F

Black with #9F893F

Text Example


Text Example

White with #9F893F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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