Html Css Color HEX #999093 Shady Lady

📋 copy color: '#999093'

red 153 ◦ green 144 ◦ blue 147

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

Shades of Shady Lady #999093

Tints of Shady Lady #999093

RGB

 RED value IS 153 (60.16% from 255) = 34.46%

 GREEN value IS 144 (56.64% from 255) = 32.43%

 BLUE value IS 147 (57.81% from 255) = 33.11%

R = 34.46%
G = 32.43%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#999093 (or 0x999093) is known color: Shady Lady. HEX triplet: 99, 90 and 93. RGB value is (153,144,147). Sum of RGB (Red+Green+Blue) = 153+144+147=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 153 - color contains mainly: red. Hex color #999093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999093 is #666F6C. Grayscale: #939393. Windows color (decimal): -6713197 or 9670809. OLE color: 9670809.

HSL color Cylindrical-coordinate representation of color #999093: hue angle of 340º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #999093 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 144 147 -
CMYK 0 0.06 0.04 0.4
HSL 340º 0.04% 0.58% -
HSV(B) 340º 0.06% 0.6% -
XYZ 28.38 28.83 31.67 -
YUV 147.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 153 144 147 0 0.06 0.04 0.4 340 0.04 0.58
Hex 99 90 93 0 6 4 28 154 4 3A
Octal 231 220 223 0 6 4 50 524 4 72
Binary 10011001 10010000 10010011 0 110 100 101000 101010100 100 111010

Color Harmonies of #999093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999093

Black with #999093

Text Example


Text Example

White with #999093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999093; }

 p { color: rgb(153,144,147); }

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

background-color css

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

 a { background-color: rgb(153,144,147); }

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

border-color css

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

 span { border-color: rgb(153,144,147); }

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