Html Css Color HEX #886F40 Shadow

📋 copy color: '#886F40'

red 136 ◦ green 111 ◦ blue 64

#886F40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shadow #886F40

Tints of Shadow #886F40

RGB

 RED value IS 136 (53.52% from 255) = 43.73%

 GREEN value IS 111 (43.75% from 255) = 35.69%

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 43.73%
G = 35.69%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#886F40 (or 0x886F40) is known color: Shadow. HEX triplet: 88, 6F and 40. RGB value is (136,111,64). Sum of RGB (Red+Green+Blue) = 136+111+64=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #886F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886F40 is #7790BF. Grayscale: #717171. Windows color (decimal): -7835840 or 4222856. OLE color: 4222856.

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

Color convert

RGB 136 111 64 -
CMYK 0 0.18 0.53 0.47
HSL 39.17º 0.36% 0.39% -
HSV(B) 39.17º 0.53% 0.53% -
XYZ 16.76 16.97 7.24 -
YUV 113.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 136 111 64 0 0.18 0.53 0.47 39.17 0.36 0.39
Hex 88 6F 40 0 12 35 2F 27 24 27
Octal 210 157 100 0 22 65 57 47 44 47
Binary 10001000 1101111 1000000 0 10010 110101 101111 100111 100100 100111

Color Harmonies of #886F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886F40

Black with #886F40

Text Example


Text Example

White with #886F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #886F40;
 }
 .AnyTagClassName
 {
   color: #886F40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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