#99895C

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

Shades of Granite Green #99895C

Tints of Granite Green #99895C

Color information

#99895C (or 0x99895C) is unknown color: approx Granite Green. HEX triplet: 99, 89 and 5C. RGB value is (153,137,92). Sum of RGB (Red+Green+Blue) = 153+137+92=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #99895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99895C is #6676A3. Grayscale: #888888. Windows color (decimal): -6715044 or 6064537. OLE color: 6064537.

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

Color convert

RGB15313792-
CMYK00.100.400.4
HSL44.26º24.9%48.04%-
HSV(B)44.26º39.87%60%-
XYZ24.0125.4413.77-
YUV136.65102.8139.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 137 (53.91% from 255) = 35.86%
BLUE value IS 92 (36.33% from 255) = 24.08%
R=40.05%
G=35.86%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531379200.100.400.444.2624.948.04
Hex99895C0A28282c1930
Octal2312111340125050543160
Binary100110011000100110111000101010100010100010110011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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