#887D6E

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

Shades of Squirrel #887D6E

Tints of Squirrel #887D6E

Color information

#887D6E (or 0x887D6E) is unknown color: approx Squirrel. HEX triplet: 88, 7D and 6E. RGB value is (136,125,110). Sum of RGB (Red+Green+Blue) = 136+125+110=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #887D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D6E is #778291. Grayscale: #7E7E7E. Windows color (decimal): -7832210 or 7241096. OLE color: 7241096.

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

Color convert

RGB136125110-
CMYK00.080.190.47
HSL34.62º10.57%48.24%-
HSV(B)34.62º19.12%53.33%-
XYZ20.321.0317.74-
YUV126.58118.64134.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 125 (49.22% from 255) = 33.69%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=36.66%
G=33.69%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612511000.080.190.4734.6210.5748.24
Hex887D6E08132F23b30
Octal2101751560102357431360
Binary100010001111101110111001000100111011111000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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