Html Css Color HEX #9D9992 Napa

📋 copy color: '#9D9992'

red 157 ◦ green 153 ◦ blue 146

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

Shades of Napa #9D9992

Tints of Napa #9D9992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.02%

R = 34.43%
G = 33.55%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9D9992 (or 0x9D9992) is known color: Napa. HEX triplet: 9D, 99 and 92. RGB value is (157,153,146). Sum of RGB (Red+Green+Blue) = 157+153+146=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9992 is #62666D. Grayscale: #999999. Windows color (decimal): -6448750 or 9607581. OLE color: 9607581.

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

Color convert

RGB 157 153 146 -
CMYK 0 0.03 0.07 0.38
HSL 38.18º 0.05% 0.59% -
HSV(B) 38.18º 0.07% 0.62% -
XYZ 30.48 32.03 31.77 -
YUV 153.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 157 153 146 0 0.03 0.07 0.38 38.18 0.05 0.59
Hex 9D 99 92 0 3 7 26 26 5 3B
Octal 235 231 222 0 3 7 46 46 5 73
Binary 10011101 10011001 10010010 0 11 111 100110 100110 101 111011

Color Harmonies of #9D9992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9992

Black with #9D9992

Text Example


Text Example

White with #9D9992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,153,146); }

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

background-color css

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

 a { background-color: rgb(157,153,146); }

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

border-color css

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

 span { border-color: rgb(157,153,146); }

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