#90856A

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

Shades of Granite Green #90856A

Tints of Granite Green #90856A

Color information

#90856A (or 0x90856A) is unknown color: approx Granite Green. HEX triplet: 90, 85 and 6A. RGB value is (144,133,106). Sum of RGB (Red+Green+Blue) = 144+133+106=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 144 - color contains mainly: red. Hex color #90856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90856A is #6F7A95. Grayscale: #858585. Windows color (decimal): -7305878 or 6981008. OLE color: 6981008.

HSL color Cylindrical-coordinate representation of color #90856A: hue angle of 42.63º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90856A is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB144133106-
CMYK00.080.260.44
HSL42.63º15.2%49.02%-
HSV(B)42.63º26.39%56.47%-
XYZ22.4923.7417.03-
YUV133.21112.64135.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 133 (52.34% from 255) = 34.73%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=37.60%
G=34.73%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413310600.080.260.4442.6315.249.02
Hex90856A081A2C2bf31
Octal2202051520103254531761
Binary1001000010000101110101001000110101011001010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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