#918163

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

Shades of Granite Green #918163

Tints of Granite Green #918163

Color information

#918163 (or 0x918163) is unknown color: approx Granite Green. HEX triplet: 91, 81 and 63. RGB value is (145,129,99). Sum of RGB (Red+Green+Blue) = 145+129+99=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 145 - color contains mainly: red. Hex color #918163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918163 is #6E7E9C. Grayscale: #828282. Windows color (decimal): -7241373 or 6521233. OLE color: 6521233.

HSL color Cylindrical-coordinate representation of color #918163: hue angle of 39.13º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #918163 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB14512999-
CMYK00.110.320.43
HSL39.13º18.85%47.84%-
HSV(B)39.13º31.72%56.86%-
XYZ21.7822.6215.02-
YUV130.36110.3138.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.87%
GREEN value IS 129 (50.78% from 255) = 34.58%
BLUE value IS 99 (39.06% from 255) = 26.54%
R=38.87%
G=34.58%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451299900.110.320.4339.1318.8547.84
Hex9181630B202B271330
Octal2212011430134053472360
Binary100100011000000111000110101110000010101110011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918163; }

 p { color: rgb(145,129,99); }

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

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

 a { background-color: rgb(145,129,99); }

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

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

 span { border-color: rgb(145,129,99); }

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