#80695E

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

Shades of Russett #80695E

Tints of Russett #80695E

Color information

#80695E (or 0x80695E) is unknown color: approx Russett. HEX triplet: 80, 69 and 5E. RGB value is (128,105,94). Sum of RGB (Red+Green+Blue) = 128+105+94=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 128 - color contains mainly: red. Hex color #80695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80695E is #7F96A1. Grayscale: #6E6E6E. Windows color (decimal): -8361634 or 6187392. OLE color: 6187392.

HSL color Cylindrical-coordinate representation of color #80695E: hue angle of 19.41º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80695E is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB12810594-
CMYK00.180.270.50
HSL19.41º15.32%43.53%-
HSV(B)19.41º26.56%50.2%-
XYZ15.9715.512.74-
YUV110.62118.62140.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.14%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=39.14%
G=32.11%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281059400.180.270.5019.4115.3243.53
Hex80695E0121B3213f2c
Octal2001511360223362231754
Binary100000001101001101111001001011011110010100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80695E; }

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

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

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

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

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

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

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

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