#887655

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

Shades of Shadow #887655

Tints of Shadow #887655

Color information

#887655 (or 0x887655) is unknown color: approx Shadow. HEX triplet: 88, 76 and 55. RGB value is (136,118,85). Sum of RGB (Red+Green+Blue) = 136+118+85=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #887655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887655 is #7789AA. Grayscale: #777777. Windows color (decimal): -7834027 or 5600904. OLE color: 5600904.

HSL color Cylindrical-coordinate representation of color #887655: hue angle of 38.82º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #887655 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB13611885-
CMYK00.130.380.47
HSL38.82º23.08%43.33%-
HSV(B)38.82º37.5%53.33%-
XYZ18.2718.8511.27-
YUV119.62108.46139.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 118 (46.48% from 255) = 34.81%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=40.12%
G=34.81%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361188500.130.380.4738.8223.0843.33
Hex8876550D262F27172b
Octal2101661250154657472753
Binary10001000111011010101010110110011010111110011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887655; }

 p { color: rgb(136,118,85); }

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

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

 a { background-color: rgb(136,118,85); }

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

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

 span { border-color: rgb(136,118,85); }

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