Html Css Color HEX #9F893E Luxor Gold

📋 copy color: '#9F893E'

red 159 ◦ green 137 ◦ blue 62

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

Shades of Luxor Gold #9F893E

Tints of Luxor Gold #9F893E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.32%

R = 44.41%
G = 38.27%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9F893E (or 0x9F893E) is known color: Luxor Gold. HEX triplet: 9F, 89 and 3E. RGB value is (159,137,62). Sum of RGB (Red+Green+Blue) = 159+137+62=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F893E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F893E is #6076C1. Grayscale: #878787. Windows color (decimal): -6321858 or 4098463. OLE color: 4098463.

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

Color convert

RGB 159 137 62 -
CMYK 0 0.14 0.61 0.38
HSL 46.39º 0.44% 0.43% -
HSV(B) 46.39º 0.61% 0.62% -
XYZ 24.11 25.61 8.23 -
YUV 135.03 86.79 145.1 -
System Red Green Blue C M Y K H S L
Decimal 159 137 62 0 0.14 0.61 0.38 46.39 0.44 0.43
Hex 9F 89 3E 0 E 3D 26 2E 2C 2B
Octal 237 211 76 0 16 75 46 56 54 53
Binary 10011111 10001001 111110 0 1110 111101 100110 101110 101100 101011

Color Harmonies of #9F893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F893E

Black with #9F893E

Text Example


Text Example

White with #9F893E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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