#806F4F

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

Shades of Shadow #806F4F

Tints of Shadow #806F4F

Color information

#806F4F (or 0x806F4F) is unknown color: approx Shadow. HEX triplet: 80, 6F and 4F. RGB value is (128,111,79). Sum of RGB (Red+Green+Blue) = 128+111+79=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #806F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806F4F is #7F90B0. Grayscale: #707070. Windows color (decimal): -8360113 or 5205888. OLE color: 5205888.

HSL color Cylindrical-coordinate representation of color #806F4F: hue angle of 39.18º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #806F4F is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB12811179-
CMYK00.130.380.50
HSL39.18º23.67%40.59%-
HSV(B)39.18º38.28%50.2%-
XYZ1616.529.74-
YUV112.44109.13139.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.25%
GREEN value IS 111 (43.75% from 255) = 34.91%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=40.25%
G=34.91%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281117900.130.380.5039.1823.6740.59
Hex806F4F0D2632271829
Octal2001571170154662473051
Binary10000000110111110011110110110011011001010011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806F4F; }

 p { color: rgb(128,111,79); }

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

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

 a { background-color: rgb(128,111,79); }

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

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

 span { border-color: rgb(128,111,79); }

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