Html Css Color HEX #9F998F Napa

📋 copy color: '#9F998F'

red 159 ◦ green 153 ◦ blue 143

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

Shades of Napa #9F998F

Tints of Napa #9F998F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.43%

R = 34.95%
G = 33.63%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9F998F (or 0x9F998F) is known color: Napa. HEX triplet: 9F, 99 and 8F. RGB value is (159,153,143). Sum of RGB (Red+Green+Blue) = 159+153+143=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 159 - color contains mainly: red. Hex color #9F998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F998F is #606670. Grayscale: #999999. Windows color (decimal): -6317681 or 9410975. OLE color: 9410975.

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

Color convert

RGB 159 153 143 -
CMYK 0 0.04 0.10 0.38
HSL 37.5º 0.08% 0.59% -
HSV(B) 37.5º 0.1% 0.62% -
XYZ 30.65 32.14 30.57 -
YUV 153.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 159 153 143 0 0.04 0.10 0.38 37.5 0.08 0.59
Hex 9F 99 8F 0 4 A 26 26 8 3B
Octal 237 231 217 0 4 12 46 46 10 73
Binary 10011111 10011001 10001111 0 100 1010 100110 100110 1000 111011

Color Harmonies of #9F998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F998F

Black with #9F998F

Text Example


Text Example

White with #9F998F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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