#918666

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

Shades of Granite Green #918666

Tints of Granite Green #918666

Color information

#918666 (or 0x918666) is unknown color: approx Granite Green. HEX triplet: 91, 86 and 66. RGB value is (145,134,102). Sum of RGB (Red+Green+Blue) = 145+134+102=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #918666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918666 is #6E7999. Grayscale: #858585. Windows color (decimal): -7240090 or 6719121. OLE color: 6719121.

HSL color Cylindrical-coordinate representation of color #918666: hue angle of 44.65º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #918666 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB145134102-
CMYK00.080.300.43
HSL44.65º17.41%48.43%-
HSV(B)44.65º29.66%56.86%-
XYZ22.624.0316.02-
YUV133.64110.14136.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.06%
GREEN value IS 134 (52.73% from 255) = 35.17%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=38.06%
G=35.17%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513410200.080.300.4344.6517.4148.43
Hex918666081E2B2d1130
Octal2212061460103653552160
Binary10010001100001101100110010001111010101110110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918666; }

 p { color: rgb(145,134,102); }

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

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

 a { background-color: rgb(145,134,102); }

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

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

 span { border-color: rgb(145,134,102); }

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