#886D5E

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

Shades of Beaver #886D5E

Tints of Beaver #886D5E

Color information

#886D5E (or 0x886D5E) is unknown color: approx Beaver. HEX triplet: 88, 6D and 5E. RGB value is (136,109,94). Sum of RGB (Red+Green+Blue) = 136+109+94=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #886D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D5E is #7792A1. Grayscale: #737373. Windows color (decimal): -7836322 or 6188424. OLE color: 6188424.

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

Color convert

RGB13610994-
CMYK00.200.310.47
HSL21.43º18.26%45.1%-
HSV(B)21.43º30.88%53.33%-
XYZ17.6416.9812.94-
YUV115.36115.95142.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=40.12%
G=32.15%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361099400.200.310.4721.4318.2645.1
Hex886D5E0141F2F15122d
Octal2101551360243757252255
Binary1000100011011011011110010100111111011111010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,109,94); }

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

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

 a { background-color: rgb(136,109,94); }

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

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

 span { border-color: rgb(136,109,94); }

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