#91866D

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

Shades of Granite Green #91866D

Tints of Granite Green #91866D

Color information

#91866D (or 0x91866D) is unknown color: approx Granite Green. HEX triplet: 91, 86 and 6D. RGB value is (145,134,109). Sum of RGB (Red+Green+Blue) = 145+134+109=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #91866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91866D is #6E7992. Grayscale: #868686. Windows color (decimal): -7240083 or 7177873. OLE color: 7177873.

HSL color Cylindrical-coordinate representation of color #91866D: hue angle of 41.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #91866D is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB145134109-
CMYK00.080.250.43
HSL41.67º14.17%49.8%-
HSV(B)41.67º24.83%56.86%-
XYZ22.9624.1717.92-
YUV134.44113.64135.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.37%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 109 (42.97% from 255) = 28.09%
R=37.37%
G=34.54%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513410900.080.250.4341.6714.1749.8
Hex91866D08192B2ae32
Octal2212061550103153521662
Binary1001000110000110110110101000110011010111010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91866D; }

 p { color: rgb(145,134,109); }

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

<style>
 a { background-color: #91866D; }

 a { background-color: rgb(145,134,109); }

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

<style>
 span { border-color: #91866D; }

 span { border-color: rgb(145,134,109); }

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