#9F998F

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

Shades of Napa #9F998F

Tints of Napa #9F998F

Color information

#9F998F (or 0x9F998F) is unknown color: approx Napa. HEX triplet: 9F, 99 and 8F. RGB value is (159,153,143). Sum of RGB (Red+Green+Blue) = 159+153+143=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 159 - color contains mainly: red. Hex color #9F998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F998F is #606670. Grayscale: #999999. Windows color (decimal): -6317681 or 9410975. OLE color: 9410975.

HSL color Cylindrical-coordinate representation of color #9F998F: hue angle of 37.5º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9F998F is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB159153143-
CMYK00.040.100.38
HSL37.5º7.69%59.22%-
HSV(B)37.5º10.06%62.35%-
XYZ30.6532.1430.57-
YUV153.65121.99131.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.95%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 143 (56.25% from 255) = 31.43%
R=34.95%
G=33.63%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915314300.040.100.3837.57.6959.22
Hex9F998F04A262683b
Octal237231217041246461073
Binary100111111001100110001111010010101001101001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,153,143); }

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

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

 a { background-color: rgb(159,153,143); }

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

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

 span { border-color: rgb(159,153,143); }

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