#90866B

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

Shades of Granite Green #90866B

Tints of Granite Green #90866B

Color information

#90866B (or 0x90866B) is unknown color: approx Granite Green. HEX triplet: 90, 86 and 6B. RGB value is (144,134,107). Sum of RGB (Red+Green+Blue) = 144+134+107=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #90866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90866B is #6F7994. Grayscale: #868686. Windows color (decimal): -7305621 or 7046800. OLE color: 7046800.

HSL color Cylindrical-coordinate representation of color #90866B: hue angle of 43.78º 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 #90866B is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB144134107-
CMYK00.070.260.44
HSL43.78º14.74%49.22%-
HSV(B)43.78º25.69%56.47%-
XYZ22.6824.0417.35-
YUV133.91112.81135.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.40%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 107 (42.19% from 255) = 27.79%
R=37.40%
G=34.81%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413410700.070.260.4443.7814.7449.22
Hex90866B071A2C2cf31
Octal220206153073254541761
Binary100100001000011011010110111110101011001011001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90866B; }

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

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

<style>
 a { background-color: #90866B; }

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

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

<style>
 span { border-color: #90866B; }

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

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