Html Css Color HEX #9F998C Napa

📋 copy color: '#9F998C'

red 159 ◦ green 153 ◦ blue 140

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

Shades of Napa #9F998C

Tints of Napa #9F998C

RGB

 RED value IS 159 (62.5% from 255) = 35.18%

 GREEN value IS 153 (60.16% from 255) = 33.85%

 BLUE value IS 140 (55.08% from 255) = 30.97%

R = 35.18%
G = 33.85%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9F998C (or 0x9F998C) is known color: Napa. HEX triplet: 9F, 99 and 8C. RGB value is (159,153,140). Sum of RGB (Red+Green+Blue) = 159+153+140=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 159 - color contains mainly: red. Hex color #9F998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F998C is #606673. Grayscale: #999999. Windows color (decimal): -6317684 or 9214367. OLE color: 9214367.

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

Color convert

RGB 159 153 140 -
CMYK 0 0.04 0.12 0.38
HSL 41.05º 0.09% 0.59% -
HSV(B) 41.05º 0.12% 0.62% -
XYZ 30.42 32.05 29.39 -
YUV 153.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 159 153 140 0 0.04 0.12 0.38 41.05 0.09 0.59
Hex 9F 99 8C 0 4 C 26 29 9 3B
Octal 237 231 214 0 4 14 46 51 11 73
Binary 10011111 10011001 10001100 0 100 1100 100110 101001 1001 111011

Color Harmonies of #9F998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F998C

Black with #9F998C

Text Example


Text Example

White with #9F998C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,153,140); }

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

background-color css

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

 a { background-color: rgb(159,153,140); }

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

border-color css

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

 span { border-color: rgb(159,153,140); }

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