#80694D

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

Shades of Shadow #80694D

Tints of Shadow #80694D

Color information

#80694D (or 0x80694D) is unknown color: approx Shadow. HEX triplet: 80, 69 and 4D. RGB value is (128,105,77). Sum of RGB (Red+Green+Blue) = 128+105+77=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #80694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80694D is #7F96B2. Grayscale: #6C6C6C. Windows color (decimal): -8361651 or 5073280. OLE color: 5073280.

HSL color Cylindrical-coordinate representation of color #80694D: hue angle of 32.94º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80694D is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB12810577-
CMYK00.180.400.50
HSL32.94º24.88%40.2%-
HSV(B)32.94º39.84%50.2%-
XYZ15.2915.239.15-
YUV108.68110.12141.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.29%
GREEN value IS 105 (41.41% from 255) = 33.87%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=41.29%
G=33.87%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281057700.180.400.5032.9424.8840.2
Hex80694D0122832211928
Octal2001511150225062413150
Binary100000001101001100110101001010100011001010000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80694D; }

 p { color: rgb(128,105,77); }

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

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

 a { background-color: rgb(128,105,77); }

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

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

 span { border-color: rgb(128,105,77); }

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