#91885D

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

Shades of Granite Green #91885D

Tints of Granite Green #91885D

Color information

#91885D (or 0x91885D) is unknown color: approx Granite Green. HEX triplet: 91, 88 and 5D. RGB value is (145,136,93). Sum of RGB (Red+Green+Blue) = 145+136+93=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #91885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91885D is #6E77A2. Grayscale: #858585. Windows color (decimal): -7239587 or 6129809. OLE color: 6129809.

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

Color convert

RGB14513693-
CMYK00.060.360.43
HSL49.62º21.85%46.67%-
HSV(B)49.62º35.86%56.86%-
XYZ22.4624.4213.89-
YUV133.79104.98136-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.77%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 93 (36.72% from 255) = 24.87%
R=38.77%
G=36.36%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451369300.060.360.4349.6221.8546.67
Hex91885D06242B32162f
Octal221210135064453622657
Binary10010001100010001011101011010010010101111001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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