#93866B

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

Shades of Granite Green #93866B

Tints of Granite Green #93866B

Color information

#93866B (or 0x93866B) is unknown color: approx Granite Green. HEX triplet: 93, 86 and 6B. RGB value is (147,134,107). Sum of RGB (Red+Green+Blue) = 147+134+107=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #93866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93866B is #6C7994. Grayscale: #868686. Windows color (decimal): -7109013 or 7046803. OLE color: 7046803.

HSL color Cylindrical-coordinate representation of color #93866B: hue angle of 40.5º degrees, saturation: 0.16, 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 #93866B is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB147134107-
CMYK00.090.270.42
HSL40.5º15.75%49.8%-
HSV(B)40.5º27.21%57.65%-
XYZ23.2124.3117.38-
YUV134.81112.31136.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.89%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 107 (42.19% from 255) = 27.58%
R=37.89%
G=34.54%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713410700.090.270.4240.515.7549.8
Hex93866B091B2A291032
Octal2232061530113352512062
Binary10010011100001101101011010011101110101010100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,134,107); }

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

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

 a { background-color: rgb(147,134,107); }

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

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

 span { border-color: rgb(147,134,107); }

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