#948D84

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

Shades of Heathered Grey #948D84

Tints of Heathered Grey #948D84

Color information

#948D84 (or 0x948D84) is unknown color: approx Heathered Grey. HEX triplet: 94, 8D and 84. RGB value is (148,141,132). Sum of RGB (Red+Green+Blue) = 148+141+132=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 148 - color contains mainly: red. Hex color #948D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948D84 is #6B727B. Grayscale: #8E8E8E. Windows color (decimal): -7041660 or 8686996. OLE color: 8686996.

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

Color convert

RGB148141132-
CMYK00.050.110.42
HSL33.75º6.96%54.9%-
HSV(B)33.75º10.81%58.04%-
XYZ25.927.0125.68-
YUV142.07122.32132.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 132 (51.95% from 255) = 31.35%
R=35.15%
G=33.49%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814113200.050.110.4233.756.9654.9
Hex948D8405B2A22737
Octal22421520405135242767
Binary10010100100011011000010001011011101010100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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