#948D86

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

Shades of Heathered Grey #948D86

Tints of Heathered Grey #948D86

Color information

#948D86 (or 0x948D86) is unknown color: approx Heathered Grey. HEX triplet: 94, 8D and 86. RGB value is (148,141,134). Sum of RGB (Red+Green+Blue) = 148+141+134=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #948D86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948D86 is #6B7279. Grayscale: #8E8E8E. Windows color (decimal): -7041658 or 8818068. OLE color: 8818068.

HSL color Cylindrical-coordinate representation of color #948D86: hue angle of 30º 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 #948D86 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB148141134-
CMYK00.050.090.42
HSL30º6.14%55.29%-
HSV(B)30º9.46%58.04%-
XYZ26.0427.0726.41-
YUV142.29123.32132.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 141 (55.47% from 255) = 33.33%
BLUE value IS 134 (52.73% from 255) = 31.68%
R=34.99%
G=33.33%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814113400.050.090.42306.1455.29
Hex948D860592A1e637
Octal22421520605115236667
Binary1001010010001101100001100101100110101011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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