#9B968E

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

Shades of Napa #9B968E

Tints of Napa #9B968E

Color information

#9B968E (or 0x9B968E) is unknown color: approx Napa. HEX triplet: 9B, 96 and 8E. RGB value is (155,150,142). Sum of RGB (Red+Green+Blue) = 155+150+142=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 155 - color contains mainly: red. Hex color #9B968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B968E is #646971. Grayscale: #969696. Windows color (decimal): -6580594 or 9344667. OLE color: 9344667.

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

Color convert

RGB155150142-
CMYK00.030.080.39
HSL36.92º6.1%58.24%-
HSV(B)36.92º8.39%60.78%-
XYZ29.3130.7329.98-
YUV150.58123.16131.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.68%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=34.68%
G=33.56%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515014200.030.080.3936.926.158.24
Hex9B968E038272563a
Octal23322621603104745672
Binary1001101110010110100011100111000100111100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,150,142); }

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

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

 a { background-color: rgb(155,150,142); }

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

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

 span { border-color: rgb(155,150,142); }

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