#99895B

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

Shades of Granite Green #99895B

Tints of Granite Green #99895B

Color information

#99895B (or 0x99895B) is unknown color: approx Granite Green. HEX triplet: 99, 89 and 5B. RGB value is (153,137,91). Sum of RGB (Red+Green+Blue) = 153+137+91=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #99895B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99895B is #6676A4. Grayscale: #888888. Windows color (decimal): -6715045 or 5999001. OLE color: 5999001.

HSL color Cylindrical-coordinate representation of color #99895B: hue angle of 44.52º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99895B is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB15313791-
CMYK00.100.410.4
HSL44.52º25.41%47.84%-
HSV(B)44.52º40.52%60%-
XYZ23.9725.4213.54-
YUV136.54102.3139.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.16%
GREEN value IS 137 (53.91% from 255) = 35.96%
BLUE value IS 91 (35.94% from 255) = 23.88%
R=40.16%
G=35.96%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531379100.100.410.444.5225.4147.84
Hex99895B0A29282d1930
Octal2312111330125150553160
Binary100110011000100110110110101010100110100010110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,137,91); }

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

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

 a { background-color: rgb(153,137,91); }

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

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

 span { border-color: rgb(153,137,91); }

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