#91886C

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

Shades of Granite Green #91886C

Tints of Granite Green #91886C

Color information

#91886C (or 0x91886C) is unknown color: approx Granite Green. HEX triplet: 91, 88 and 6C. RGB value is (145,136,108). Sum of RGB (Red+Green+Blue) = 145+136+108=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #91886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91886C is #6E7793. Grayscale: #878787. Windows color (decimal): -7239572 or 7112849. OLE color: 7112849.

HSL color Cylindrical-coordinate representation of color #91886C: hue angle of 45.41º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91886C is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB145136108-
CMYK00.060.260.43
HSL45.41º14.62%49.61%-
HSV(B)45.41º25.52%56.86%-
XYZ23.1924.7117.73-
YUV135.5112.48134.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.28%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 108 (42.58% from 255) = 27.76%
R=37.28%
G=34.96%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513610800.060.260.4345.4114.6249.61
Hex91886C061A2B2df32
Octal221210154063253551762
Binary100100011000100011011000110110101010111011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,136,108); }

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

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

 a { background-color: rgb(145,136,108); }

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

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

 span { border-color: rgb(145,136,108); }

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