#91856A

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

Shades of Granite Green #91856A

Tints of Granite Green #91856A

Color information

#91856A (or 0x91856A) is unknown color: approx Granite Green. HEX triplet: 91, 85 and 6A. RGB value is (145,133,106). Sum of RGB (Red+Green+Blue) = 145+133+106=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #91856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91856A is #6E7A95. Grayscale: #858585. Windows color (decimal): -7240342 or 6981009. OLE color: 6981009.

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

Color convert

RGB145133106-
CMYK00.080.270.43
HSL41.54º15.54%49.22%-
HSV(B)41.54º26.9%56.86%-
XYZ22.6723.8417.04-
YUV133.51112.48136.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.76%
GREEN value IS 133 (52.34% from 255) = 34.64%
BLUE value IS 106 (41.80% from 255) = 27.60%
R=37.76%
G=34.64%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513310600.080.270.4341.5415.5449.22
Hex91856A081B2B2a1031
Octal2212051520103353522061
Binary10010001100001011101010010001101110101110101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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