#886E60

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

Shades of Beaver #886E60

Tints of Beaver #886E60

Color information

#886E60 (or 0x886E60) is unknown color: approx Beaver. HEX triplet: 88, 6E and 60. RGB value is (136,110,96). Sum of RGB (Red+Green+Blue) = 136+110+96=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #886E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E60 is #77919F. Grayscale: #747474. Windows color (decimal): -7836064 or 6319752. OLE color: 6319752.

HSL color Cylindrical-coordinate representation of color #886E60: hue angle of 21º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #886E60 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13611096-
CMYK00.190.290.47
HSL21º17.24%45.49%-
HSV(B)21º29.41%53.33%-
XYZ17.8417.2313.45-
YUV116.18116.61142.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.77%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 96 (37.89% from 255) = 28.07%
R=39.77%
G=32.16%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361109600.190.290.472117.2445.49
Hex886E600131D2F15112d
Octal2101561400233557252155
Binary1000100011011101100000010011111011011111010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886E60; }

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

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

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

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

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

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

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

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