Html Css Color HEX #876C46 Shadow

📋 copy color: '#876C46'

red 135 ◦ green 108 ◦ blue 70

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

Shades of Shadow #876C46

Tints of Shadow #876C46

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.5%

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

R = 43.13%
G = 34.5%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#876C46 (or 0x876C46) is known color: Shadow. HEX triplet: 87, 6C and 46. RGB value is (135,108,70). Sum of RGB (Red+Green+Blue) = 135+108+70=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #876C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876C46 is #7893B9. Grayscale: #6F6F6F. Windows color (decimal): -7902138 or 4615303. OLE color: 4615303.

HSL color Cylindrical-coordinate representation of color #876C46: hue angle of 35.08º 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 #876C46 is Cyan = 0, Magento = 0.2, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 108 70 -
CMYK 0 0.2 0.48 0.47
HSL 35.08º 0.32% 0.4% -
HSV(B) 35.08º 0.48% 0.53% -
XYZ 16.46 16.32 8.08 -
YUV 111.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 135 108 70 0 0.2 0.48 0.47 35.08 0.32 0.4
Hex 87 6C 46 0 14 30 2F 23 20 28
Octal 207 154 106 0 24 60 57 43 40 50
Binary 10000111 1101100 1000110 0 10100 110000 101111 100011 100000 101000

Color Harmonies of #876C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876C46

Black with #876C46

Text Example


Text Example

White with #876C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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