#867650

Color #867650 Shadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow #867650

Tints of Shadow #867650

Color information

#867650 (or 0x867650) is unknown color: approx Shadow. HEX triplet: 86, 76 and 50. RGB value is (134,118,80). Sum of RGB (Red+Green+Blue) = 134+118+80=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #867650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867650 is #7989AF. Grayscale: #767676. Windows color (decimal): -7965104 or 5273222. OLE color: 5273222.

HSL color Cylindrical-coordinate representation of color #867650: hue angle of 42.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #867650 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB13411880-
CMYK00.120.400.47
HSL42.22º25.23%41.96%-
HSV(B)42.22º40.3%52.55%-
XYZ17.7618.610.24-
YUV118.45106.3139.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.36%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 80 (31.64% from 255) = 24.10%
R=40.36%
G=35.54%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341188000.120.400.4742.2225.2341.96
Hex8676500C282F2a192a
Octal2061661200145057523152
Binary10000110111011010100000110010100010111110101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867650; }

 p { color: rgb(134,118,80); }

 H1.HeaderClassName
 {
   color: #867650;
 }
 .AnyTagClassName
 {
   color: #867650;
 }
</style>
background-color css

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

 a { background-color: rgb(134,118,80); }

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

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

 span { border-color: rgb(134,118,80); }

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