#948F81

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

Shades of Heathered Grey #948F81

Tints of Heathered Grey #948F81

Color information

#948F81 (or 0x948F81) is unknown color: approx Heathered Grey. HEX triplet: 94, 8F and 81. RGB value is (148,143,129). Sum of RGB (Red+Green+Blue) = 148+143+129=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #948F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948F81 is #6B707E. Grayscale: #8E8E8E. Windows color (decimal): -7041151 or 8490900. OLE color: 8490900.

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

Color convert

RGB148143129-
CMYK00.030.130.42
HSL44.21º8.15%54.31%-
HSV(B)44.21º12.84%58.04%-
XYZ2627.5324.71-
YUV142.9120.16131.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 143 (56.25% from 255) = 34.05%
BLUE value IS 129 (50.78% from 255) = 30.71%
R=35.24%
G=34.05%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814312900.030.130.4244.218.1554.31
Hex948F8103D2A2c836
Octal224217201031552541066
Binary10010100100011111000000101111011010101011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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