Html Css Color HEX #9E968A Malta

📋 copy color: '#9E968A'

red 158 ◦ green 150 ◦ blue 138

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

Shades of Malta #9E968A

Tints of Malta #9E968A

RGB

 RED value IS 158 (62.11% from 255) = 35.43%

 GREEN value IS 150 (58.98% from 255) = 33.63%

 BLUE value IS 138 (54.3% from 255) = 30.94%

R = 35.43%
G = 33.63%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9E968A (or 0x9E968A) is known color: Malta. HEX triplet: 9E, 96 and 8A. RGB value is (158,150,138). Sum of RGB (Red+Green+Blue) = 158+150+138=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 158 - color contains mainly: red. Hex color #9E968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E968A is #616975. Grayscale: #979797. Windows color (decimal): -6383990 or 9082526. OLE color: 9082526.

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

Color convert

RGB 158 150 138 -
CMYK 0 0.05 0.13 0.38
HSL 36º 0.09% 0.58% -
HSV(B) 36º 0.13% 0.62% -
XYZ 29.59 30.92 28.45 -
YUV 151.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 158 150 138 0 0.05 0.13 0.38 36 0.09 0.58
Hex 9E 96 8A 0 5 D 26 24 9 3A
Octal 236 226 212 0 5 15 46 44 11 72
Binary 10011110 10010110 10001010 0 101 1101 100110 100100 1001 111010

Color Harmonies of #9E968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E968A

Black with #9E968A

Text Example


Text Example

White with #9E968A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,150,138); }

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

background-color css

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

 a { background-color: rgb(158,150,138); }

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

border-color css

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

 span { border-color: rgb(158,150,138); }

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