#9D968A

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

Shades of Napa #9D968A

Tints of Napa #9D968A

Color information

#9D968A (or 0x9D968A) is unknown color: approx Napa. HEX triplet: 9D, 96 and 8A. RGB value is (157,150,138). Sum of RGB (Red+Green+Blue) = 157+150+138=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 157 - color contains mainly: red. Hex color #9D968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D968A is #626975. Grayscale: #969696. Windows color (decimal): -6449526 or 9082525. OLE color: 9082525.

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

Color convert

RGB157150138-
CMYK00.040.120.38
HSL37.89º8.84%57.84%-
HSV(B)37.89º12.1%61.57%-
XYZ29.430.8228.44-
YUV150.72120.82132.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.28%
GREEN value IS 150 (58.98% from 255) = 33.71%
BLUE value IS 138 (54.30% from 255) = 31.01%
R=35.28%
G=33.71%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715013800.040.120.3837.898.8457.84
Hex9D968A04C262693a
Octal235226212041446461172
Binary100111011001011010001010010011001001101001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,150,138); }

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

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

 a { background-color: rgb(157,150,138); }

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

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

 span { border-color: rgb(157,150,138); }

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