Html Css Color HEX #886F41 Shadow

📋 copy color: '#886F41'

red 136 ◦ green 111 ◦ blue 65

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

Shades of Shadow #886F41

Tints of Shadow #886F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.83%

R = 43.59%
G = 35.58%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#886F41 (or 0x886F41) is known color: Shadow. HEX triplet: 88, 6F and 41. RGB value is (136,111,65). Sum of RGB (Red+Green+Blue) = 136+111+65=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #886F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886F41 is #7790BE. Grayscale: #717171. Windows color (decimal): -7835839 or 4288392. OLE color: 4288392.

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

Color convert

RGB 136 111 65 -
CMYK 0 0.18 0.52 0.47
HSL 38.87º 0.35% 0.39% -
HSV(B) 38.87º 0.52% 0.53% -
XYZ 16.79 16.98 7.39 -
YUV 113.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 136 111 65 0 0.18 0.52 0.47 38.87 0.35 0.39
Hex 88 6F 41 0 12 34 2F 27 23 27
Octal 210 157 101 0 22 64 57 47 43 47
Binary 10001000 1101111 1000001 0 10010 110100 101111 100111 100011 100111

Color Harmonies of #886F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886F41

Black with #886F41

Text Example


Text Example

White with #886F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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