#93886C

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

Shades of Granite Green #93886C

Tints of Granite Green #93886C

Color information

#93886C (or 0x93886C) is unknown color: approx Granite Green. HEX triplet: 93, 88 and 6C. RGB value is (147,136,108). Sum of RGB (Red+Green+Blue) = 147+136+108=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #93886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93886C is #6C7793. Grayscale: #888888. Windows color (decimal): -7108500 or 7112851. OLE color: 7112851.

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

Color convert

RGB147136108-
CMYK00.070.270.42
HSL43.08º15.29%50%-
HSV(B)43.08º26.53%57.65%-
XYZ23.5424.8917.75-
YUV136.1112.14135.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.60%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=37.60%
G=34.78%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713610800.070.270.4243.0815.2950
Hex93886C071B2A2bf32
Octal223210154073352531762
Binary100100111000100011011000111110111010101010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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