#948F84

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

Shades of Heathered Grey #948F84

Tints of Heathered Grey #948F84

Color information

#948F84 (or 0x948F84) is unknown color: approx Heathered Grey. HEX triplet: 94, 8F and 84. RGB value is (148,143,132). Sum of RGB (Red+Green+Blue) = 148+143+132=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #948F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948F84 is #6B707B. Grayscale: #8F8F8F. Windows color (decimal): -7041148 or 8687508. OLE color: 8687508.

HSL color Cylindrical-coordinate representation of color #948F84: hue angle of 41.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #948F84 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB148143132-
CMYK00.030.110.42
HSL41.25º6.96%54.9%-
HSV(B)41.25º10.81%58.04%-
XYZ26.227.6125.78-
YUV143.24121.66131.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 143 (56.25% from 255) = 33.81%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=34.99%
G=33.81%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814313200.030.110.4241.256.9654.9
Hex948F8403B2A29737
Octal22421720403135251767
Binary1001010010001111100001000111011101010101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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