Html Css Color HEX #9D9487 Malta

📋 copy color: '#9D9487'

red 157 ◦ green 148 ◦ blue 135

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

Shades of Malta #9D9487

Tints of Malta #9D9487

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.64%

 BLUE value IS 135 (53.13% from 255) = 30.68%

R = 35.68%
G = 33.64%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9D9487 (or 0x9D9487) is known color: Malta. HEX triplet: 9D, 94 and 87. RGB value is (157,148,135). Sum of RGB (Red+Green+Blue) = 157+148+135=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9487 is #626B78. Grayscale: #959595. Windows color (decimal): -6450041 or 8885405. OLE color: 8885405.

HSL color Cylindrical-coordinate representation of color #9D9487: hue angle of 35.45º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D9487 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 148 135 -
CMYK 0 0.06 0.14 0.38
HSL 35.45º 0.1% 0.57% -
HSV(B) 35.45º 0.14% 0.62% -
XYZ 28.87 30.1 27.21 -
YUV 149.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 157 148 135 0 0.06 0.14 0.38 35.45 0.1 0.57
Hex 9D 94 87 0 6 E 26 23 A 39
Octal 235 224 207 0 6 16 46 43 12 71
Binary 10011101 10010100 10000111 0 110 1110 100110 100011 1010 111001

Color Harmonies of #9D9487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9487

Black with #9D9487

Text Example


Text Example

White with #9D9487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,148,135); }

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

background-color css

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

 a { background-color: rgb(157,148,135); }

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

border-color css

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

 span { border-color: rgb(157,148,135); }

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