Html Css Color HEX #867140 Shadow

📋 copy color: '#867140'

red 134 ◦ green 113 ◦ blue 64

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

Shades of Shadow #867140

Tints of Shadow #867140

RGB

 RED value IS 134 (52.73% from 255) = 43.09%

 GREEN value IS 113 (44.53% from 255) = 36.33%

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 43.09%
G = 36.33%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#867140 (or 0x867140) is known color: Shadow. HEX triplet: 86, 71 and 40. RGB value is (134,113,64). Sum of RGB (Red+Green+Blue) = 134+113+64=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #867140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867140 is #798EBF. Grayscale: #717171. Windows color (decimal): -7966400 or 4223366. OLE color: 4223366.

HSL color Cylindrical-coordinate representation of color #867140: hue angle of 42º 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 #867140 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 113 64 -
CMYK 0 0.16 0.52 0.47
HSL 42º 0.35% 0.39% -
HSV(B) 42º 0.52% 0.53% -
XYZ 16.66 17.25 7.3 -
YUV 113.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 134 113 64 0 0.16 0.52 0.47 42 0.35 0.39
Hex 86 71 40 0 10 34 2F 2A 23 27
Octal 206 161 100 0 20 64 57 52 43 47
Binary 10000110 1110001 1000000 0 10000 110100 101111 101010 100011 100111

Color Harmonies of #867140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867140

Black with #867140

Text Example


Text Example

White with #867140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867140; }

 p { color: rgb(134,113,64); }

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

background-color css

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

 a { background-color: rgb(134,113,64); }

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

border-color css

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

 span { border-color: rgb(134,113,64); }

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