#90865D

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

Shades of Granite Green #90865D

Tints of Granite Green #90865D

Color information

#90865D (or 0x90865D) is unknown color: approx Granite Green. HEX triplet: 90, 86 and 5D. RGB value is (144,134,93). Sum of RGB (Red+Green+Blue) = 144+134+93=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #90865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90865D is #6F79A2. Grayscale: #848484. Windows color (decimal): -7305635 or 6129296. OLE color: 6129296.

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

Color convert

RGB14413493-
CMYK00.070.350.44
HSL48.24º21.52%46.47%-
HSV(B)48.24º35.42%56.47%-
XYZ2223.7713.78-
YUV132.32105.81136.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.81%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=38.81%
G=36.12%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441349300.070.350.4448.2421.5246.47
Hex90865D07232C30162e
Octal220206135074354602656
Binary10010000100001101011101011110001110110011000010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,134,93); }

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

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

 a { background-color: rgb(144,134,93); }

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

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

 span { border-color: rgb(144,134,93); }

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