#908163

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

Shades of Granite Green #908163

Tints of Granite Green #908163

Color information

#908163 (or 0x908163) is unknown color: approx Granite Green. HEX triplet: 90, 81 and 63. RGB value is (144,129,99). Sum of RGB (Red+Green+Blue) = 144+129+99=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 144 - color contains mainly: red. Hex color #908163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908163 is #6F7E9C. Grayscale: #828282. Windows color (decimal): -7306909 or 6521232. OLE color: 6521232.

HSL color Cylindrical-coordinate representation of color #908163: hue angle of 40º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #908163 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB14412999-
CMYK00.100.310.44
HSL40º18.52%47.65%-
HSV(B)40º31.25%56.47%-
XYZ21.622.5315.01-
YUV130.06110.47137.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.71%
GREEN value IS 129 (50.78% from 255) = 34.68%
BLUE value IS 99 (39.06% from 255) = 26.61%
R=38.71%
G=34.68%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441299900.100.310.444018.5247.65
Hex9081630A1F2C281330
Octal2202011430123754502360
Binary10010000100000011100011010101111110110010100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908163; }

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

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

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

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

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

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

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

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