#88816C

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

Shades of Granite Green #88816C

Tints of Granite Green #88816C

Color information

#88816C (or 0x88816C) is unknown color: approx Granite Green. HEX triplet: 88, 81 and 6C. RGB value is (136,129,108). Sum of RGB (Red+Green+Blue) = 136+129+108=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 136 - color contains mainly: red. Hex color #88816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88816C is #777E93. Grayscale: #808080. Windows color (decimal): -7831188 or 7111048. OLE color: 7111048.

HSL color Cylindrical-coordinate representation of color #88816C: hue angle of 45º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88816C is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB136129108-
CMYK00.050.210.47
HSL45º11.48%47.84%-
HSV(B)45º20.59%53.33%-
XYZ20.7122.0217.35-
YUV128.7116.32133.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.46%
GREEN value IS 129 (50.78% from 255) = 34.58%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=36.46%
G=34.58%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612910800.050.210.474511.4847.84
Hex88816C05152F2db30
Octal210201154052557551360
Binary100010001000000111011000101101011011111011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,129,108); }

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

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

 a { background-color: rgb(136,129,108); }

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

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

 span { border-color: rgb(136,129,108); }

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