Html Css Color HEX #876E46 Shadow

📋 copy color: '#876E46'

red 135 ◦ green 110 ◦ blue 70

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

Shades of Shadow #876E46

Tints of Shadow #876E46

RGB

 RED value IS 135 (53.13% from 255) = 42.86%

 GREEN value IS 110 (43.36% from 255) = 34.92%

 BLUE value IS 70 (27.73% from 255) = 22.22%

R = 42.86%
G = 34.92%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#876E46 (or 0x876E46) is known color: Shadow. HEX triplet: 87, 6E and 46. RGB value is (135,110,70). Sum of RGB (Red+Green+Blue) = 135+110+70=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #876E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876E46 is #7891B9. Grayscale: #717171. Windows color (decimal): -7901626 or 4615815. OLE color: 4615815.

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

Color convert

RGB 135 110 70 -
CMYK 0 0.19 0.48 0.47
HSL 36.92º 0.32% 0.4% -
HSV(B) 36.92º 0.48% 0.53% -
XYZ 16.67 16.74 8.15 -
YUV 112.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 135 110 70 0 0.19 0.48 0.47 36.92 0.32 0.4
Hex 87 6E 46 0 13 30 2F 25 20 28
Octal 207 156 106 0 23 60 57 45 40 50
Binary 10000111 1101110 1000110 0 10011 110000 101111 100101 100000 101000

Color Harmonies of #876E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876E46

Black with #876E46

Text Example


Text Example

White with #876E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876E46; }

 p { color: rgb(135,110,70); }

 H1.HeaderClassName
 {
   color: #876E46;
 }
 .AnyTagClassName
 {
   color: #876E46;
 }
</style>

background-color css

<style>
 a { background-color: #876E46; }

 a { background-color: rgb(135,110,70); }

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

border-color css

<style>
 span { border-color: #876E46; }

 span { border-color: rgb(135,110,70); }

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