#9F907F

Color #9F907F Malta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malta #9F907F

Tints of Malta #9F907F

Color information

#9F907F (or 0x9F907F) is unknown color: approx Malta. HEX triplet: 9F, 90 and 7F. RGB value is (159,144,127). Sum of RGB (Red+Green+Blue) = 159+144+127=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 159 - color contains mainly: red. Hex color #9F907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F907F is #606F80. Grayscale: #929292. Windows color (decimal): -6320001 or 8360095. OLE color: 8360095.

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

Color convert

RGB159144127-
CMYK00.090.200.38
HSL31.88º14.29%56.08%-
HSV(B)31.88º20.13%62.35%-
XYZ28.128.8524.17-
YUV146.55116.97136.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.98%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 127 (50% from 255) = 29.53%
R=36.98%
G=33.49%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914412700.090.200.3831.8814.2956.08
Hex9F907F09142620e38
Octal2372201770112446401670
Binary1001111110010000111111101001101001001101000001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,144,127); }

 H1.HeaderClassName
 {
   color: #9F907F;
 }
 .AnyTagClassName
 {
   color: #9F907F;
 }
</style>
background-color css

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

 a { background-color: rgb(159,144,127); }

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

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

 span { border-color: rgb(159,144,127); }

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