Html Css Color HEX #997F3F Luxor Gold

📋 copy color: '#997F3F'

red 153 ◦ green 127 ◦ blue 63

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

Shades of Luxor Gold #997F3F

Tints of Luxor Gold #997F3F

RGB

 RED value IS 153 (60.16% from 255) = 44.61%

 GREEN value IS 127 (50% from 255) = 37.03%

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

R = 44.61%
G = 37.03%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#997F3F (or 0x997F3F) is known color: Luxor Gold. HEX triplet: 99, 7F and 3F. RGB value is (153,127,63). Sum of RGB (Red+Green+Blue) = 153+127+63=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #997F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997F3F is #6680C0. Grayscale: #7F7F7F. Windows color (decimal): -6717633 or 4161433. OLE color: 4161433.

HSL color Cylindrical-coordinate representation of color #997F3F: hue angle of 42.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #997F3F is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 63 -
CMYK 0 0.17 0.59 0.4
HSL 42.67º 0.42% 0.42% -
HSV(B) 42.67º 0.59% 0.6% -
XYZ 21.62 22.31 7.87 -
YUV 127.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 153 127 63 0 0.17 0.59 0.4 42.67 0.42 0.42
Hex 99 7F 3F 0 11 3B 28 2B 2A 2A
Octal 231 177 77 0 21 73 50 53 52 52
Binary 10011001 1111111 111111 0 10001 111011 101000 101011 101010 101010

Color Harmonies of #997F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F3F

Black with #997F3F

Text Example


Text Example

White with #997F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997F3F; }

 p { color: rgb(153,127,63); }

 H1.HeaderClassName
 {
   color: #997F3F;
 }
 .AnyTagClassName
 {
   color: #997F3F;
 }
</style>

background-color css

<style>
 a { background-color: #997F3F; }

 a { background-color: rgb(153,127,63); }

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

border-color css

<style>
 span { border-color: #997F3F; }

 span { border-color: rgb(153,127,63); }

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