Html Css Color HEX #959093 Taupe Grey

📋 copy color: '#959093'

red 149 ◦ green 144 ◦ blue 147

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

Shades of Taupe Grey #959093

Tints of Taupe Grey #959093

RGB

 RED value IS 149 (58.59% from 255) = 33.86%

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

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

R = 33.86%
G = 32.73%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#959093 (or 0x959093) is known color: Taupe Grey. HEX triplet: 95, 90 and 93. RGB value is (149,144,147). Sum of RGB (Red+Green+Blue) = 149+144+147=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 149 - color contains mainly: red. Hex color #959093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959093 is #6A6F6C. Grayscale: #919191. Windows color (decimal): -6975341 or 9670805. OLE color: 9670805.

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

Color convert

RGB 149 144 147 -
CMYK 0 0.03 0.01 0.42
HSL 324º 0.02% 0.57% -
HSV(B) 324º 0.03% 0.58% -
XYZ 27.63 28.44 31.64 -
YUV 145.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 149 144 147 0 0.03 0.01 0.42 324 0.02 0.57
Hex 95 90 93 0 3 1 2A 144 2 39
Octal 225 220 223 0 3 1 52 504 2 71
Binary 10010101 10010000 10010011 0 11 1 101010 101000100 10 111001

Color Harmonies of #959093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959093

Black with #959093

Text Example


Text Example

White with #959093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959093; }

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

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

background-color css

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

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

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

border-color css

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

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

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