#93886A

Color #93886A Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #93886A

Tints of Granite Green #93886A

Color information

#93886A (or 0x93886A) is unknown color: approx Granite Green. HEX triplet: 93, 88 and 6A. RGB value is (147,136,106). Sum of RGB (Red+Green+Blue) = 147+136+106=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #93886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93886A is #6C7795. Grayscale: #888888. Windows color (decimal): -7108502 or 6981779. OLE color: 6981779.

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

Color convert

RGB147136106-
CMYK00.070.280.42
HSL43.9º16.21%49.61%-
HSV(B)43.9º27.89%57.65%-
XYZ23.4424.8517.2-
YUV135.87111.14135.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.79%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 106 (41.80% from 255) = 27.25%
R=37.79%
G=34.96%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713610600.070.280.4243.916.2149.61
Hex93886A071C2A2c1032
Octal223210152073452542062
Binary1001001110001000110101001111110010101010110010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,136,106); }

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

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

 a { background-color: rgb(147,136,106); }

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

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

 span { border-color: rgb(147,136,106); }

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