#91865F

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

Shades of Granite Green #91865F

Tints of Granite Green #91865F

Color information

#91865F (or 0x91865F) is unknown color: approx Granite Green. HEX triplet: 91, 86 and 5F. RGB value is (145,134,95). Sum of RGB (Red+Green+Blue) = 145+134+95=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #91865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91865F is #6E79A0. Grayscale: #858585. Windows color (decimal): -7240097 or 6260369. OLE color: 6260369.

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

Color convert

RGB14513495-
CMYK00.080.340.43
HSL46.8º20.83%47.06%-
HSV(B)46.8º34.48%56.86%-
XYZ22.2723.914.27-
YUV132.84106.64136.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.77%
GREEN value IS 134 (52.73% from 255) = 35.83%
BLUE value IS 95 (37.5% from 255) = 25.40%
R=38.77%
G=35.83%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451349500.080.340.4346.820.8347.06
Hex91865F08222B2f152f
Octal2212061370104253572557
Binary100100011000011010111110100010001010101110111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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