Html Css Color HEX #9F9246 Luxor Gold

📋 copy color: '#9F9246'

red 159 ◦ green 146 ◦ blue 70

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

Shades of Luxor Gold #9F9246

Tints of Luxor Gold #9F9246

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.93%

 BLUE value IS 70 (27.73% from 255) = 18.67%

R = 42.4%
G = 38.93%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#9F9246 (or 0x9F9246) is known color: Luxor Gold. HEX triplet: 9F, 92 and 46. RGB value is (159,146,70). Sum of RGB (Red+Green+Blue) = 159+146+70=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9246 is #606DB9. Grayscale: #8D8D8D. Windows color (decimal): -6319546 or 4625055. OLE color: 4625055.

HSL color Cylindrical-coordinate representation of color #9F9246: hue angle of 51.24º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F9246 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 146 70 -
CMYK 0 0.08 0.56 0.38
HSL 51.24º 0.39% 0.45% -
HSV(B) 51.24º 0.56% 0.62% -
XYZ 25.68 28.37 9.92 -
YUV 141.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 159 146 70 0 0.08 0.56 0.38 51.24 0.39 0.45
Hex 9F 92 46 0 8 38 26 33 27 2D
Octal 237 222 106 0 10 70 46 63 47 55
Binary 10011111 10010010 1000110 0 1000 111000 100110 110011 100111 101101

Color Harmonies of #9F9246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9246

Black with #9F9246

Text Example


Text Example

White with #9F9246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,146,70); }

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

background-color css

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

 a { background-color: rgb(159,146,70); }

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

border-color css

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

 span { border-color: rgb(159,146,70); }

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