#93908B

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

Shades of Heathered Grey #93908B

Tints of Heathered Grey #93908B

Color information

#93908B (or 0x93908B) is unknown color: approx Heathered Grey. HEX triplet: 93, 90 and 8B. RGB value is (147,144,139). Sum of RGB (Red+Green+Blue) = 147+144+139=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 147 - color contains mainly: red. Hex color #93908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93908B is #6C6F74. Grayscale: #909090. Windows color (decimal): -7106421 or 9146515. OLE color: 9146515.

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

Color convert

RGB147144139-
CMYK00.020.050.42
HSL37.5º3.57%56.08%-
HSV(B)37.5º5.44%57.65%-
XYZ26.6728.0128.43-
YUV144.33124.99129.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.19%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=34.19%
G=33.49%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714413900.020.050.4237.53.5756.08
Hex93908B0252A26438
Octal2232202130255246470
Binary100100111001000010001011010101101010100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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