Html Css Color HEX #958093 Taupe Grey

📋 copy color: '#958093'

red 149 ◦ green 128 ◦ blue 147

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

Shades of Taupe Grey #958093

Tints of Taupe Grey #958093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.19%

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

R = 35.14%
G = 30.19%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#958093 (or 0x958093) is known color: Taupe Grey. HEX triplet: 95, 80 and 93. RGB value is (149,128,147). Sum of RGB (Red+Green+Blue) = 149+128+147=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #958093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958093 is #6A7F6C. Grayscale: #888888. Windows color (decimal): -6979437 or 9666709. OLE color: 9666709.

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

Color convert

RGB 149 128 147 -
CMYK 0 0.14 0.01 0.42
HSL 305.71º 0.09% 0.54% -
HSV(B) 305.71º 0.14% 0.58% -
XYZ 25.38 23.93 30.89 -
YUV 136.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 149 128 147 0 0.14 0.01 0.42 305.71 0.09 0.54
Hex 95 80 93 0 E 1 2A 132 9 36
Octal 225 200 223 0 16 1 52 462 11 66
Binary 10010101 10000000 10010011 0 1110 1 101010 100110010 1001 110110

Color Harmonies of #958093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958093

Black with #958093

Text Example


Text Example

White with #958093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958093; }

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

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

background-color css

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

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

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

border-color css

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

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

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