#94908B

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

Shades of Heathered Grey #94908B

Tints of Heathered Grey #94908B

Color information

#94908B (or 0x94908B) is unknown color: approx Heathered Grey. HEX triplet: 94, 90 and 8B. RGB value is (148,144,139). Sum of RGB (Red+Green+Blue) = 148+144+139=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 148 - color contains mainly: red. Hex color #94908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94908B is #6B6F74. Grayscale: #909090. Windows color (decimal): -7040885 or 9146516. OLE color: 9146516.

HSL color Cylindrical-coordinate representation of color #94908B: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #94908B is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB148144139-
CMYK00.030.060.42
HSL33.33º4.04%56.27%-
HSV(B)33.33º6.08%58.04%-
XYZ26.8528.1128.44-
YUV144.63124.83130.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.34%
GREEN value IS 144 (56.64% from 255) = 33.41%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=34.34%
G=33.41%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814413900.030.060.4233.334.0456.27
Hex94908B0362A21438
Octal2242202130365241470
Binary100101001001000010001011011110101010100001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94908B; }

 p { color: rgb(148,144,139); }

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

<style>
 a { background-color: #94908B; }

 a { background-color: rgb(148,144,139); }

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

<style>
 span { border-color: #94908B; }

 span { border-color: rgb(148,144,139); }

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