#886E5E

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

Shades of Beaver #886E5E

Tints of Beaver #886E5E

Color information

#886E5E (or 0x886E5E) is unknown color: approx Beaver. HEX triplet: 88, 6E and 5E. RGB value is (136,110,94). Sum of RGB (Red+Green+Blue) = 136+110+94=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #886E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E5E is #7791A1. Grayscale: #747474. Windows color (decimal): -7836066 or 6188680. OLE color: 6188680.

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

Color convert

RGB13611094-
CMYK00.190.310.47
HSL22.86º18.26%45.1%-
HSV(B)22.86º30.88%53.33%-
XYZ17.7517.1912.97-
YUV115.95115.61142.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40%
GREEN value IS 110 (43.36% from 255) = 32.35%
BLUE value IS 94 (37.11% from 255) = 27.65%
R=40%
G=32.35%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361109400.190.310.4722.8618.2645.1
Hex886E5E0131F2F17122d
Octal2101561360233757272255
Binary1000100011011101011110010011111111011111011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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