#886C5B

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

Shades of Beaver #886C5B

Tints of Beaver #886C5B

Color information

#886C5B (or 0x886C5B) is unknown color: approx Beaver. HEX triplet: 88, 6C and 5B. RGB value is (136,108,91). Sum of RGB (Red+Green+Blue) = 136+108+91=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #886C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886C5B is #7793A4. Grayscale: #727272. Windows color (decimal): -7836581 or 5991560. OLE color: 5991560.

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

Color convert

RGB13610891-
CMYK00.210.330.47
HSL22.67º19.82%44.51%-
HSV(B)22.67º33.09%53.33%-
XYZ17.416.7112.21-
YUV114.43114.78143.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.60%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=40.60%
G=32.24%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361089100.210.330.4722.6719.8244.51
Hex886C5B015212F17142d
Octal2101541330254157272455
Binary10001000110110010110110101011000011011111011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,108,91); }

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

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

 a { background-color: rgb(136,108,91); }

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

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

 span { border-color: rgb(136,108,91); }

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