#91836A

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

Shades of Granite Green #91836A

Tints of Granite Green #91836A

Color information

#91836A (or 0x91836A) is unknown color: approx Granite Green. HEX triplet: 91, 83 and 6A. RGB value is (145,131,106). Sum of RGB (Red+Green+Blue) = 145+131+106=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #91836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91836A is #6E7C95. Grayscale: #848484. Windows color (decimal): -7240854 or 6980497. OLE color: 6980497.

HSL color Cylindrical-coordinate representation of color #91836A: hue angle of 38.46º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91836A is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB145131106-
CMYK00.100.270.43
HSL38.46º15.54%49.22%-
HSV(B)38.46º26.9%56.86%-
XYZ22.3923.2916.95-
YUV132.34113.14137.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.96%
GREEN value IS 131 (51.56% from 255) = 34.29%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=37.96%
G=34.29%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513110600.100.270.4338.4615.5449.22
Hex91836A0A1B2B261031
Octal2212031520123353462061
Binary10010001100000111101010010101101110101110011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91836A; }

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

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

<style>
 a { background-color: #91836A; }

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

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

<style>
 span { border-color: #91836A; }

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

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