#886F4A

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

Shades of Shadow #886F4A

Tints of Shadow #886F4A

Color information

#886F4A (or 0x886F4A) is unknown color: approx Shadow. HEX triplet: 88, 6F and 4A. RGB value is (136,111,74). Sum of RGB (Red+Green+Blue) = 136+111+74=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #886F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886F4A is #7790B5. Grayscale: #727272. Windows color (decimal): -7835830 or 4878216. OLE color: 4878216.

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

Color convert

RGB13611174-
CMYK00.180.460.47
HSL35.81º29.52%41.18%-
HSV(B)35.81º45.59%53.33%-
XYZ17.0717.18.88-
YUV114.26105.28143.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 111 (43.75% from 255) = 34.58%
BLUE value IS 74 (29.30% from 255) = 23.05%
R=42.37%
G=34.58%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361117400.180.460.4735.8129.5241.18
Hex886F4A0122E2F241e29
Octal2101571120225657443651
Binary100010001101111100101001001010111010111110010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,111,74); }

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

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

 a { background-color: rgb(136,111,74); }

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

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

 span { border-color: rgb(136,111,74); }

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