#886A5C

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

Shades of Beaver #886A5C

Tints of Beaver #886A5C

Color information

#886A5C (or 0x886A5C) is unknown color: approx Beaver. HEX triplet: 88, 6A and 5C. RGB value is (136,106,92). Sum of RGB (Red+Green+Blue) = 136+106+92=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #886A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A5C is #7795A3. Grayscale: #717171. Windows color (decimal): -7837092 or 6056584. OLE color: 6056584.

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

Color convert

RGB13610692-
CMYK00.220.320.47
HSL19.09º19.3%44.71%-
HSV(B)19.09º32.35%53.33%-
XYZ17.2416.3212.37-
YUV113.37115.94144.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 92 (36.33% from 255) = 27.54%
R=40.72%
G=31.74%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361069200.220.320.4719.0919.344.71
Hex886A5C016202F13132d
Octal2101521340264057232355
Binary10001000110101010111000101101000001011111001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,106,92); }

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

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

 a { background-color: rgb(136,106,92); }

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

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

 span { border-color: rgb(136,106,92); }

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