Html Css Color HEX #876B46 Shadow

📋 copy color: '#876B46'

red 135 ◦ green 107 ◦ blue 70

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

Shades of Shadow #876B46

Tints of Shadow #876B46

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.29%

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

R = 43.27%
G = 34.29%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#876B46 (or 0x876B46) is known color: Shadow. HEX triplet: 87, 6B and 46. RGB value is (135,107,70). Sum of RGB (Red+Green+Blue) = 135+107+70=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #876B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876B46 is #7894B9. Grayscale: #6F6F6F. Windows color (decimal): -7902394 or 4615047. OLE color: 4615047.

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

Color convert

RGB 135 107 70 -
CMYK 0 0.21 0.48 0.47
HSL 34.15º 0.32% 0.4% -
HSV(B) 34.15º 0.48% 0.53% -
XYZ 16.35 16.11 8.04 -
YUV 111.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 135 107 70 0 0.21 0.48 0.47 34.15 0.32 0.4
Hex 87 6B 46 0 15 30 2F 22 20 28
Octal 207 153 106 0 25 60 57 42 40 50
Binary 10000111 1101011 1000110 0 10101 110000 101111 100010 100000 101000

Color Harmonies of #876B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876B46

Black with #876B46

Text Example


Text Example

White with #876B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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