#91835E

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

Shades of Granite Green #91835E

Tints of Granite Green #91835E

Color information

#91835E (or 0x91835E) is unknown color: approx Granite Green. HEX triplet: 91, 83 and 5E. RGB value is (145,131,94). Sum of RGB (Red+Green+Blue) = 145+131+94=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #91835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91835E is #6E7CA1. Grayscale: #838383. Windows color (decimal): -7240866 or 6194065. OLE color: 6194065.

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

Color convert

RGB14513194-
CMYK00.100.350.43
HSL43.53º21.34%46.86%-
HSV(B)43.53º35.17%56.86%-
XYZ21.8123.0613.89-
YUV130.97107.14138.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.19%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 94 (37.11% from 255) = 25.41%
R=39.19%
G=35.41%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451319400.100.350.4343.5321.3446.86
Hex91835E0A232B2c152f
Octal2212031360124353542557
Binary100100011000001110111100101010001110101110110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91835E; }

 p { color: rgb(145,131,94); }

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

<style>
 a { background-color: #91835E; }

 a { background-color: rgb(145,131,94); }

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

<style>
 span { border-color: #91835E; }

 span { border-color: rgb(145,131,94); }

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