#938291

Color #938291 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #938291

Tints of Taupe Grey #938291

Color information

#938291 (or 0x938291) is unknown color: approx Taupe Grey. HEX triplet: 93, 82 and 91. RGB value is (147,130,145). Sum of RGB (Red+Green+Blue) = 147+130+145=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 147 - color contains mainly: red. Hex color #938291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938291 is #6C7D6E. Grayscale: #888888. Windows color (decimal): -7109999 or 9536147. OLE color: 9536147.

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

Color convert

RGB147130145-
CMYK00.120.010.42
HSL307.06º7.3%54.31%-
HSV(B)307.06º11.56%57.65%-
XYZ25.1324.2130.14-
YUV136.79132.63135.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 145 (57.03% from 255) = 34.36%
R=34.83%
G=30.81%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713014500.120.010.42307.067.354.31
Hex9382910C12A133736
Octal223202221014152463766
Binary100100111000001010010001011001101010100110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938291; }

 p { color: rgb(147,130,145); }

 H1.HeaderClassName
 {
   color: #938291;
 }
 .AnyTagClassName
 {
   color: #938291;
 }
</style>
background-color css

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

 a { background-color: rgb(147,130,145); }

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

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

 span { border-color: rgb(147,130,145); }

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