#887D6D

Color #887D6D Squirrel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Squirrel #887D6D

Tints of Squirrel #887D6D

Color information

#887D6D (or 0x887D6D) is unknown color: approx Squirrel. HEX triplet: 88, 7D and 6D. RGB value is (136,125,109). Sum of RGB (Red+Green+Blue) = 136+125+109=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 136 - color contains mainly: red. Hex color #887D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D6D is #778292. Grayscale: #7E7E7E. Windows color (decimal): -7832211 or 7175560. OLE color: 7175560.

HSL color Cylindrical-coordinate representation of color #887D6D: hue angle of 35.56º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #887D6D is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB136125109-
CMYK00.080.200.47
HSL35.56º11.02%48.04%-
HSV(B)35.56º19.85%53.33%-
XYZ20.2521.0117.46-
YUV126.46118.14134.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.76%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 109 (42.97% from 255) = 29.46%
R=36.76%
G=33.78%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612510900.080.200.4735.5611.0248.04
Hex887D6D08142F24b30
Octal2101751550102457441360
Binary100010001111101110110101000101001011111001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887D6D; }

 p { color: rgb(136,125,109); }

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

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

 a { background-color: rgb(136,125,109); }

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

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

 span { border-color: rgb(136,125,109); }

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