#90846D

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

Shades of Granite Green #90846D

Tints of Granite Green #90846D

Color information

#90846D (or 0x90846D) is unknown color: approx Granite Green. HEX triplet: 90, 84 and 6D. RGB value is (144,132,109). Sum of RGB (Red+Green+Blue) = 144+132+109=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #90846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90846D is #6F7B92. Grayscale: #858585. Windows color (decimal): -7306131 or 7177360. OLE color: 7177360.

HSL color Cylindrical-coordinate representation of color #90846D: hue angle of 39.43º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90846D is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB144132109-
CMYK00.080.240.44
HSL39.43º13.83%49.61%-
HSV(B)39.43º24.31%56.47%-
XYZ22.5123.5417.82-
YUV132.97114.48135.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.40%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 109 (42.97% from 255) = 28.31%
R=37.40%
G=34.29%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413210900.080.240.4439.4313.8349.61
Hex90846D08182C27e32
Octal2202041550103054471662
Binary1001000010000100110110101000110001011001001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90846D; }

 p { color: rgb(144,132,109); }

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

<style>
 a { background-color: #90846D; }

 a { background-color: rgb(144,132,109); }

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

<style>
 span { border-color: #90846D; }

 span { border-color: rgb(144,132,109); }

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