#81685E

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

Shades of Russett #81685E

Tints of Russett #81685E

Color information

#81685E (or 0x81685E) is unknown color: approx Russett. HEX triplet: 81, 68 and 5E. RGB value is (129,104,94). Sum of RGB (Red+Green+Blue) = 129+104+94=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 129 - color contains mainly: red. Hex color #81685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81685E is #7E97A1. Grayscale: #6E6E6E. Windows color (decimal): -8296354 or 6187137. OLE color: 6187137.

HSL color Cylindrical-coordinate representation of color #81685E: hue angle of 17.14º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81685E is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB12910494-
CMYK00.190.270.49
HSL17.14º15.7%43.73%-
HSV(B)17.14º27.13%50.59%-
XYZ16.0215.3812.71-
YUV110.34118.78141.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.45%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=39.45%
G=31.80%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291049400.190.270.4917.1415.743.73
Hex81685E0131B3111102c
Octal2011501360233361212054
Binary1000000111010001011110010011110111100011000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,104,94); }

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

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

 a { background-color: rgb(129,104,94); }

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

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

 span { border-color: rgb(129,104,94); }

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