#93897A

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

Shades of Heathered Grey #93897A

Tints of Heathered Grey #93897A

Color information

#93897A (or 0x93897A) is unknown color: approx Heathered Grey. HEX triplet: 93, 89 and 7A. RGB value is (147,137,122). Sum of RGB (Red+Green+Blue) = 147+137+122=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 147 - color contains mainly: red. Hex color #93897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93897A is #6C7685. Grayscale: #8A8A8A. Windows color (decimal): -7108230 or 8030611. OLE color: 8030611.

HSL color Cylindrical-coordinate representation of color #93897A: hue angle of 36º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93897A is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB147137122-
CMYK00.070.170.42
HSL36º10.37%52.75%-
HSV(B)36º17.01%57.65%-
XYZ24.4925.522.04-
YUV138.28118.81134.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.21%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=36.21%
G=33.74%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713712200.070.170.423610.3752.75
Hex93897A07112A24a35
Octal223211172072152441265
Binary100100111000100111110100111100011010101001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93897A; }

 p { color: rgb(147,137,122); }

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

<style>
 a { background-color: #93897A; }

 a { background-color: rgb(147,137,122); }

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

<style>
 span { border-color: #93897A; }

 span { border-color: rgb(147,137,122); }

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