Html Css Color HEX #9F9380 Malta

📋 copy color: '#9F9380'

red 159 ◦ green 147 ◦ blue 128

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

Shades of Malta #9F9380

Tints of Malta #9F9380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.87%

 BLUE value IS 128 (50.39% from 255) = 29.49%

R = 36.64%
G = 33.87%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F9380 (or 0x9F9380) is known color: Malta. HEX triplet: 9F, 93 and 80. RGB value is (159,147,128). Sum of RGB (Red+Green+Blue) = 159+147+128=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9380 is #606C7F. Grayscale: #949494. Windows color (decimal): -6319232 or 8426399. OLE color: 8426399.

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

Color convert

RGB 159 147 128 -
CMYK 0 0.08 0.19 0.38
HSL 36.77º 0.14% 0.56% -
HSV(B) 36.77º 0.19% 0.62% -
XYZ 28.63 29.8 24.66 -
YUV 148.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 159 147 128 0 0.08 0.19 0.38 36.77 0.14 0.56
Hex 9F 93 80 0 8 13 26 25 E 38
Octal 237 223 200 0 10 23 46 45 16 70
Binary 10011111 10010011 10000000 0 1000 10011 100110 100101 1110 111000

Color Harmonies of #9F9380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9380

Black with #9F9380

Text Example


Text Example

White with #9F9380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,147,128); }

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

background-color css

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

 a { background-color: rgb(159,147,128); }

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

border-color css

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

 span { border-color: rgb(159,147,128); }

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