#91885F

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

Shades of Granite Green #91885F

Tints of Granite Green #91885F

Color information

#91885F (or 0x91885F) is unknown color: approx Granite Green. HEX triplet: 91, 88 and 5F. RGB value is (145,136,95). Sum of RGB (Red+Green+Blue) = 145+136+95=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #91885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91885F is #6E77A0. Grayscale: #868686. Windows color (decimal): -7239585 or 6260881. OLE color: 6260881.

HSL color Cylindrical-coordinate representation of color #91885F: hue angle of 49.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91885F is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB14513695-
CMYK00.060.340.43
HSL49.2º20.83%47.06%-
HSV(B)49.2º34.48%56.86%-
XYZ22.5524.4514.36-
YUV134.02105.98135.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 95 (37.5% from 255) = 25.27%
R=38.56%
G=36.17%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451369500.060.340.4349.220.8347.06
Hex91885F06222B31152f
Octal221210137064253612557
Binary10010001100010001011111011010001010101111000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91885F; }

 p { color: rgb(145,136,95); }

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

<style>
 a { background-color: #91885F; }

 a { background-color: rgb(145,136,95); }

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

<style>
 span { border-color: #91885F; }

 span { border-color: rgb(145,136,95); }

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