Html Css Color HEX #9D968B Napa

📋 copy color: '#9D968B'

red 157 ◦ green 150 ◦ blue 139

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

Shades of Napa #9D968B

Tints of Napa #9D968B

RGB

 RED value IS 157 (61.72% from 255) = 35.2%

 GREEN value IS 150 (58.98% from 255) = 33.63%

 BLUE value IS 139 (54.69% from 255) = 31.17%

R = 35.2%
G = 33.63%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9D968B (or 0x9D968B) is known color: Napa. HEX triplet: 9D, 96 and 8B. RGB value is (157,150,139). Sum of RGB (Red+Green+Blue) = 157+150+139=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 157 - color contains mainly: red. Hex color #9D968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D968B is #626974. Grayscale: #969696. Windows color (decimal): -6449525 or 9148061. OLE color: 9148061.

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

Color convert

RGB 157 150 139 -
CMYK 0 0.04 0.11 0.38
HSL 36.67º 0.08% 0.58% -
HSV(B) 36.67º 0.11% 0.62% -
XYZ 29.47 30.84 28.83 -
YUV 150.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 157 150 139 0 0.04 0.11 0.38 36.67 0.08 0.58
Hex 9D 96 8B 0 4 B 26 25 8 3A
Octal 235 226 213 0 4 13 46 45 10 72
Binary 10011101 10010110 10001011 0 100 1011 100110 100101 1000 111010

Color Harmonies of #9D968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D968B

Black with #9D968B

Text Example


Text Example

White with #9D968B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D968B;
 }
 .AnyTagClassName
 {
   color: #9D968B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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