#806B4B

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

Shades of Shadow #806B4B

Tints of Shadow #806B4B

Color information

#806B4B (or 0x806B4B) is unknown color: approx Shadow. HEX triplet: 80, 6B and 4B. RGB value is (128,107,75). Sum of RGB (Red+Green+Blue) = 128+107+75=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #806B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806B4B is #7F94B4. Grayscale: #6D6D6D. Windows color (decimal): -8361141 or 4942720. OLE color: 4942720.

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

Color convert

RGB12810775-
CMYK00.160.410.50
HSL36.23º26.11%39.8%-
HSV(B)36.23º41.41%50.2%-
XYZ15.4315.618.86-
YUV109.63108.46141.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.29%
GREEN value IS 107 (42.19% from 255) = 34.52%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=41.29%
G=34.52%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281077500.160.410.5036.2326.1139.8
Hex806B4B0102932241a28
Octal2001531130205162443250
Binary100000001101011100101101000010100111001010010011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,107,75); }

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

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

 a { background-color: rgb(128,107,75); }

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

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

 span { border-color: rgb(128,107,75); }

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