#948C81

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

Shades of Heathered Grey #948C81

Tints of Heathered Grey #948C81

Color information

#948C81 (or 0x948C81) is unknown color: approx Heathered Grey. HEX triplet: 94, 8C and 81. RGB value is (148,140,129). Sum of RGB (Red+Green+Blue) = 148+140+129=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #948C81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948C81 is #6B737E. Grayscale: #8D8D8D. Windows color (decimal): -7041919 or 8490132. OLE color: 8490132.

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

Color convert

RGB148140129-
CMYK00.050.130.42
HSL34.74º8.15%54.31%-
HSV(B)34.74º12.84%58.04%-
XYZ25.5526.6424.56-
YUV141.14121.15132.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=35.49%
G=33.57%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814012900.050.130.4234.748.1554.31
Hex948C8105D2A23836
Octal224214201051552431066
Binary100101001000110010000001010111011010101000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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