#90885C

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

Shades of Granite Green #90885C

Tints of Granite Green #90885C

Color information

#90885C (or 0x90885C) is unknown color: approx Granite Green. HEX triplet: 90, 88 and 5C. RGB value is (144,136,92). Sum of RGB (Red+Green+Blue) = 144+136+92=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 144 - color contains mainly: red. Hex color #90885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90885C is #6F77A3. Grayscale: #858585. Windows color (decimal): -7305124 or 6064272. OLE color: 6064272.

HSL color Cylindrical-coordinate representation of color #90885C: hue angle of 50.77º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90885C is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB14413692-
CMYK00.060.360.44
HSL50.77º22.03%46.27%-
HSV(B)50.77º36.11%56.47%-
XYZ22.2424.3113.65-
YUV133.38104.65135.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.71%
GREEN value IS 136 (53.52% from 255) = 36.56%
BLUE value IS 92 (36.33% from 255) = 24.73%
R=38.71%
G=36.56%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441369200.060.360.4450.7722.0346.27
Hex90885C06242C33162e
Octal220210134064454632656
Binary10010000100010001011100011010010010110011001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,136,92); }

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

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

 a { background-color: rgb(144,136,92); }

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

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

 span { border-color: rgb(144,136,92); }

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