#93856A

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

Shades of Granite Green #93856A

Tints of Granite Green #93856A

Color information

#93856A (or 0x93856A) is unknown color: approx Granite Green. HEX triplet: 93, 85 and 6A. RGB value is (147,133,106). Sum of RGB (Red+Green+Blue) = 147+133+106=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #93856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93856A is #6C7A95. Grayscale: #868686. Windows color (decimal): -7109270 or 6981011. OLE color: 6981011.

HSL color Cylindrical-coordinate representation of color #93856A: hue angle of 39.51º 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 #93856A is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB147133106-
CMYK00.100.280.42
HSL39.51º16.21%49.61%-
HSV(B)39.51º27.89%57.65%-
XYZ23.0224.0217.06-
YUV134.11112.14137.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.08%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 106 (41.80% from 255) = 27.46%
R=38.08%
G=34.46%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713310600.100.280.4239.5116.2149.61
Hex93856A0A1C2A281032
Octal2232051520123452502062
Binary10010011100001011101010010101110010101010100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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