Html Css Color HEX #876F46 Shadow

📋 copy color: '#876F46'

red 135 ◦ green 111 ◦ blue 70

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

Shades of Shadow #876F46

Tints of Shadow #876F46

RGB

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

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

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

R = 42.72%
G = 35.13%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#876F46 (or 0x876F46) is known color: Shadow. HEX triplet: 87, 6F and 46. RGB value is (135,111,70). Sum of RGB (Red+Green+Blue) = 135+111+70=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #876F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876F46 is #7890B9. Grayscale: #717171. Windows color (decimal): -7901370 or 4616071. OLE color: 4616071.

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

Color convert

RGB 135 111 70 -
CMYK 0 0.18 0.48 0.47
HSL 37.85º 0.32% 0.4% -
HSV(B) 37.85º 0.48% 0.53% -
XYZ 16.78 16.96 8.18 -
YUV 113.5 103.45 143.33 -
System Red Green Blue C M Y K H S L
Decimal 135 111 70 0 0.18 0.48 0.47 37.85 0.32 0.4
Hex 87 6F 46 0 12 30 2F 26 20 28
Octal 207 157 106 0 22 60 57 46 40 50
Binary 10000111 1101111 1000110 0 10010 110000 101111 100110 100000 101000

Color Harmonies of #876F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876F46

Black with #876F46

Text Example


Text Example

White with #876F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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