#908660

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

Shades of Granite Green #908660

Tints of Granite Green #908660

Color information

#908660 (or 0x908660) is unknown color: approx Granite Green. HEX triplet: 90, 86 and 60. RGB value is (144,134,96). Sum of RGB (Red+Green+Blue) = 144+134+96=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 144 - color contains mainly: red. Hex color #908660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908660 is #6F799F. Grayscale: #848484. Windows color (decimal): -7305632 or 6325904. OLE color: 6325904.

HSL color Cylindrical-coordinate representation of color #908660: hue angle of 47.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #908660 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB14413496-
CMYK00.070.330.44
HSL47.5º20%47.06%-
HSV(B)47.5º33.33%56.47%-
XYZ22.1423.8214.5-
YUV132.66107.31136.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.50%
GREEN value IS 134 (52.73% from 255) = 35.83%
BLUE value IS 96 (37.89% from 255) = 25.67%
R=38.50%
G=35.83%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441349600.070.330.4447.52047.06
Hex90866007212C30142f
Octal220206140074154602457
Binary10010000100001101100000011110000110110011000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908660; }

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

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

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

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

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

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

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

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