Html Css Color HEX #9D9384 Malta

📋 copy color: '#9D9384'

red 157 ◦ green 147 ◦ blue 132

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

Shades of Malta #9D9384

Tints of Malta #9D9384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.72%

 BLUE value IS 132 (51.95% from 255) = 30.28%

R = 36.01%
G = 33.72%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9D9384 (or 0x9D9384) is known color: Malta. HEX triplet: 9D, 93 and 84. RGB value is (157,147,132). Sum of RGB (Red+Green+Blue) = 157+147+132=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9384 is #626C7B. Grayscale: #949494. Windows color (decimal): -6450300 or 8688541. OLE color: 8688541.

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

Color convert

RGB 157 147 132 -
CMYK 0 0.06 0.16 0.38
HSL 36º 0.11% 0.57% -
HSV(B) 36º 0.16% 0.62% -
XYZ 28.5 29.7 26.06 -
YUV 148.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 157 147 132 0 0.06 0.16 0.38 36 0.11 0.57
Hex 9D 93 84 0 6 10 26 24 B 39
Octal 235 223 204 0 6 20 46 44 13 71
Binary 10011101 10010011 10000100 0 110 10000 100110 100100 1011 111001

Color Harmonies of #9D9384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9384

Black with #9D9384

Text Example


Text Example

White with #9D9384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,147,132); }

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

background-color css

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

 a { background-color: rgb(157,147,132); }

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

border-color css

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

 span { border-color: rgb(157,147,132); }

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