#91846C

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

Shades of Granite Green #91846C

Tints of Granite Green #91846C

Color information

#91846C (or 0x91846C) is unknown color: approx Granite Green. HEX triplet: 91, 84 and 6C. RGB value is (145,132,108). Sum of RGB (Red+Green+Blue) = 145+132+108=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #91846C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91846C is #6E7B93. Grayscale: #858585. Windows color (decimal): -7240596 or 7111825. OLE color: 7111825.

HSL color Cylindrical-coordinate representation of color #91846C: hue angle of 38.92º 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 #91846C is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB145132108-
CMYK00.090.260.43
HSL38.92º14.62%49.61%-
HSV(B)38.92º25.52%56.86%-
XYZ22.6423.617.55-
YUV133.15113.81136.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.66%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 108 (42.58% from 255) = 28.05%
R=37.66%
G=34.29%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513210800.090.260.4338.9214.6249.61
Hex91846C091A2B27f32
Octal2212041540113253471762
Binary1001000110000100110110001001110101010111001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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