#948F86

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

Shades of Heathered Grey #948F86

Tints of Heathered Grey #948F86

Color information

#948F86 (or 0x948F86) is unknown color: approx Heathered Grey. HEX triplet: 94, 8F and 86. RGB value is (148,143,134). Sum of RGB (Red+Green+Blue) = 148+143+134=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 148 - color contains mainly: red. Hex color #948F86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948F86 is #6B7079. Grayscale: #8F8F8F. Windows color (decimal): -7041146 or 8818580. OLE color: 8818580.

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

Color convert

RGB148143134-
CMYK00.030.090.42
HSL38.57º6.14%55.29%-
HSV(B)38.57º9.46%58.04%-
XYZ26.3427.6626.51-
YUV143.47122.66131.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 134 (52.73% from 255) = 31.53%
R=34.82%
G=33.65%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814313400.030.090.4238.576.1455.29
Hex948F860392A27637
Octal22421720603115247667
Binary1001010010001111100001100111001101010100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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