Html Css Color HEX #968E91 Shady Lady

📋 copy color: '#968E91'

red 150 ◦ green 142 ◦ blue 145

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

Shades of Shady Lady #968E91

Tints of Shady Lady #968E91

RGB

 RED value IS 150 (58.98% from 255) = 34.32%

 GREEN value IS 142 (55.86% from 255) = 32.49%

 BLUE value IS 145 (57.03% from 255) = 33.18%

R = 34.32%
G = 32.49%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#968E91 (or 0x968E91) is known color: Shady Lady. HEX triplet: 96, 8E and 91. RGB value is (150,142,145). Sum of RGB (Red+Green+Blue) = 150+142+145=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 150 - color contains mainly: red. Hex color #968E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968E91 is #69716E. Grayscale: #909090. Windows color (decimal): -6910319 or 9539222. OLE color: 9539222.

HSL color Cylindrical-coordinate representation of color #968E91: hue angle of 337.5º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #968E91 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 142 145 -
CMYK 0 0.05 0.03 0.41
HSL 337.5º 0.04% 0.57% -
HSV(B) 337.5º 0.05% 0.59% -
XYZ 27.36 27.87 30.73 -
YUV 144.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 150 142 145 0 0.05 0.03 0.41 337.5 0.04 0.57
Hex 96 8E 91 0 5 3 29 152 4 39
Octal 226 216 221 0 5 3 51 522 4 71
Binary 10010110 10001110 10010001 0 101 11 101001 101010010 100 111001

Color Harmonies of #968E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968E91

Black with #968E91

Text Example


Text Example

White with #968E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968E91; }

 p { color: rgb(150,142,145); }

 H1.HeaderClassName
 {
   color: #968E91;
 }
 .AnyTagClassName
 {
   color: #968E91;
 }
</style>

background-color css

<style>
 a { background-color: #968E91; }

 a { background-color: rgb(150,142,145); }

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

border-color css

<style>
 span { border-color: #968E91; }

 span { border-color: rgb(150,142,145); }

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