Html Css Color HEX #93958C Delta

📋 copy color: '#93958C'

red 147 ◦ green 149 ◦ blue 140

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

Shades of Delta #93958C

Tints of Delta #93958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.17%

 BLUE value IS 140 (55.08% from 255) = 32.11%

R = 33.72%
G = 34.17%
B = 32.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#93958C (or 0x93958C) is known color: Delta. HEX triplet: 93, 95 and 8C. RGB value is (147,149,140). Sum of RGB (Red+Green+Blue) = 147+149+140=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 149 - color contains mainly: green. Hex color #93958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93958C is #6C6A73. Grayscale: #939393. Windows color (decimal): -7105140 or 9213331. OLE color: 9213331.

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

Color convert

RGB 147 149 140 -
CMYK 0.01 0 0.06 0.42
HSL 73.33º 0.04% 0.57% -
HSV(B) 73.33º 0.06% 0.58% -
XYZ 27.51 29.59 29.07 -
YUV 147.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 147 149 140 0.01 0 0.06 0.42 73.33 0.04 0.57
Hex 93 95 8C 1 0 6 2A 49 4 39
Octal 223 225 214 1 0 6 52 111 4 71
Binary 10010011 10010101 10001100 1 0 110 101010 1001001 100 111001

Color Harmonies of #93958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93958C

Black with #93958C

Text Example


Text Example

White with #93958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93958C; }

 p { color: rgb(147,149,140); }

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

background-color css

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

 a { background-color: rgb(147,149,140); }

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

border-color css

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

 span { border-color: rgb(147,149,140); }

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