#887E6E

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

Shades of Squirrel #887E6E

Tints of Squirrel #887E6E

Color information

#887E6E (or 0x887E6E) is unknown color: approx Squirrel. HEX triplet: 88, 7E and 6E. RGB value is (136,126,110). Sum of RGB (Red+Green+Blue) = 136+126+110=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 136 - color contains mainly: red. Hex color #887E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887E6E is #778191. Grayscale: #7F7F7F. Windows color (decimal): -7831954 or 7241352. OLE color: 7241352.

HSL color Cylindrical-coordinate representation of color #887E6E: hue angle of 36.92º 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 #887E6E is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB136126110-
CMYK00.070.190.47
HSL36.92º10.57%48.24%-
HSV(B)36.92º19.12%53.33%-
XYZ20.4321.2817.78-
YUV127.17118.31134.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.56%
GREEN value IS 126 (49.61% from 255) = 33.87%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=36.56%
G=33.87%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612611000.070.190.4736.9210.5748.24
Hex887E6E07132F25b30
Octal210176156072357451360
Binary10001000111111011011100111100111011111001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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