#91865C

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

Shades of Granite Green #91865C

Tints of Granite Green #91865C

Color information

#91865C (or 0x91865C) is unknown color: approx Granite Green. HEX triplet: 91, 86 and 5C. RGB value is (145,134,92). Sum of RGB (Red+Green+Blue) = 145+134+92=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #91865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91865C is #6E79A3. Grayscale: #848484. Windows color (decimal): -7240100 or 6063761. OLE color: 6063761.

HSL color Cylindrical-coordinate representation of color #91865C: hue angle of 47.55º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91865C is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB14513492-
CMYK00.080.370.43
HSL47.55º22.36%46.47%-
HSV(B)47.55º36.55%56.86%-
XYZ22.1323.8413.56-
YUV132.5105.14136.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.08%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 92 (36.33% from 255) = 24.80%
R=39.08%
G=36.12%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451349200.080.370.4347.5522.3646.47
Hex91865C08252B30162e
Octal2212061340104553602656
Binary100100011000011010111000100010010110101111000010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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