#886E61

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

Shades of Beaver #886E61

Tints of Beaver #886E61

Color information

#886E61 (or 0x886E61) is unknown color: approx Beaver. HEX triplet: 88, 6E and 61. RGB value is (136,110,97). Sum of RGB (Red+Green+Blue) = 136+110+97=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #886E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E61 is #77919E. Grayscale: #747474. Windows color (decimal): -7836063 or 6385288. OLE color: 6385288.

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

Color convert

RGB13611097-
CMYK00.190.290.47
HSL20º16.74%45.69%-
HSV(B)20º28.68%53.33%-
XYZ17.8917.2513.7-
YUV116.29117.11142.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.65%
GREEN value IS 110 (43.36% from 255) = 32.07%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=39.65%
G=32.07%
B=28.28%

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
Decimal1361109700.190.290.472016.7445.69
Hex886E610131D2F14112e
Octal2101561410233557242156
Binary1000100011011101100001010011111011011111010010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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