Html Css Color HEX #9D9991 Napa

📋 copy color: '#9D9991'

red 157 ◦ green 153 ◦ blue 145

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

Shades of Napa #9D9991

Tints of Napa #9D9991

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 value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9D9991 (or 0x9D9991) is known color: 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

RGB 157 153 145 -
CMYK 0 0.03 0.08 0.38
HSL 40º 0.06% 0.59% -
HSV(B) 40º 0.08% 0.62% -
XYZ 30.41 31.99 31.36 -
YUV 153.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 157 153 145 0 0.03 0.08 0.38 40 0.06 0.59
Hex 9D 99 91 0 3 8 26 28 6 3B
Octal 235 231 221 0 3 10 46 50 6 73
Binary 10011101 10011001 10010001 0 11 1000 100110 101000 110 111011

Color Harmonies of #9D9991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9991

Black with #9D9991

Text Example


Text Example

White with #9D9991

Text Example


Text Example

HTML Codes & Css Web 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>