#9F998E

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

Shades of Napa #9F998E

Tints of Napa #9F998E

Color information

#9F998E (or 0x9F998E) is unknown color: approx Napa. HEX triplet: 9F, 99 and 8E. RGB value is (159,153,142). Sum of RGB (Red+Green+Blue) = 159+153+142=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 159 - color contains mainly: red. Hex color #9F998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F998E is #606671. Grayscale: #999999. Windows color (decimal): -6317682 or 9345439. OLE color: 9345439.

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

Color convert

RGB159153142-
CMYK00.040.110.38
HSL38.82º8.13%59.02%-
HSV(B)38.82º10.69%62.35%-
XYZ30.5732.1130.18-
YUV153.54121.49131.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.02%
GREEN value IS 153 (60.16% from 255) = 33.70%
BLUE value IS 142 (55.86% from 255) = 31.28%
R=35.02%
G=33.70%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915314200.040.110.3838.828.1359.02
Hex9F998E04B262783b
Octal237231216041346471073
Binary100111111001100110001110010010111001101001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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