#9D9991

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

Shades of Napa #9D9991

Tints of Napa #9D9991

Color information

#9D9991 (or 0x9D9991) is unknown color: approx Napa. HEX triplet: 9D, 99 and 91. RGB value is (157,153,145). Sum of RGB (Red+Green+Blue) = 157+153+145=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9991 is #62666E. Grayscale: #999999. Windows color (decimal): -6448751 or 9542045. OLE color: 9542045.

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

Color convert

RGB157153145-
CMYK00.030.080.38
HSL40º5.77%59.22%-
HSV(B)40º7.64%61.57%-
XYZ30.4131.9931.36-
YUV153.28123.33130.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.51%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 145 (57.03% from 255) = 31.87%
R=34.51%
G=33.63%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715314500.030.080.38405.7759.22
Hex9D9991038262863b
Octal23523122103104650673
Binary1001110110011001100100010111000100110101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,153,145); }

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

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

 a { background-color: rgb(157,153,145); }

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

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

 span { border-color: rgb(157,153,145); }

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