#94868E

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

Shades of Taupe Grey #94868E

Tints of Taupe Grey #94868E

Color information

#94868E (or 0x94868E) is unknown color: approx Taupe Grey. HEX triplet: 94, 86 and 8E. RGB value is (148,134,142). Sum of RGB (Red+Green+Blue) = 148+134+142=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #94868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94868E is #6B7971. Grayscale: #8B8B8B. Windows color (decimal): -7043442 or 9340564. OLE color: 9340564.

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

Color convert

RGB148134142-
CMYK00.090.040.42
HSL325.71º6.14%55.29%-
HSV(B)325.71º9.46%58.04%-
XYZ25.6225.329.12-
YUV139.1129.64134.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=34.91%
G=31.60%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813414200.090.040.42325.716.1455.29
Hex94868E0942A146637
Octal224206216011452506667
Binary10010100100001101000111001001100101010101000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94868E; }

 p { color: rgb(148,134,142); }

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

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

 a { background-color: rgb(148,134,142); }

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

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

 span { border-color: rgb(148,134,142); }

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