#91865E

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

Shades of Granite Green #91865E

Tints of Granite Green #91865E

Color information

#91865E (or 0x91865E) is unknown color: approx Granite Green. HEX triplet: 91, 86 and 5E. RGB value is (145,134,94). Sum of RGB (Red+Green+Blue) = 145+134+94=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 145 - color contains mainly: red. Hex color #91865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91865E is #6E79A1. Grayscale: #848484. Windows color (decimal): -7240098 or 6194833. OLE color: 6194833.

HSL color Cylindrical-coordinate representation of color #91865E: hue angle of 47.06º 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 #91865E is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB14513494-
CMYK00.080.350.43
HSL47.06º21.34%46.86%-
HSV(B)47.06º35.17%56.86%-
XYZ22.2223.8814.03-
YUV132.73106.14136.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.87%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 94 (37.11% from 255) = 25.20%
R=38.87%
G=35.92%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451349400.080.350.4347.0621.3446.86
Hex91865E08232B2f152f
Octal2212061360104353572557
Binary100100011000011010111100100010001110101110111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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