#948E81

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

Shades of Heathered Grey #948E81

Tints of Heathered Grey #948E81

Color information

#948E81 (or 0x948E81) is unknown color: approx Heathered Grey. HEX triplet: 94, 8E and 81. RGB value is (148,142,129). Sum of RGB (Red+Green+Blue) = 148+142+129=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #948E81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948E81 is #6B717E. Grayscale: #8E8E8E. Windows color (decimal): -7041407 or 8490644. OLE color: 8490644.

HSL color Cylindrical-coordinate representation of color #948E81: hue angle of 41.05º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #948E81 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB148142129-
CMYK00.040.130.42
HSL41.05º8.15%54.31%-
HSV(B)41.05º12.84%58.04%-
XYZ25.8527.2324.66-
YUV142.31120.49132.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 129 (50.78% from 255) = 30.79%
R=35.32%
G=33.89%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814212900.040.130.4241.058.1554.31
Hex948E8104D2A29836
Octal224216201041552511066
Binary100101001000111010000001010011011010101010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948E81; }

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

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

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

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

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

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

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

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