#81685F

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

Shades of Russett #81685F

Tints of Russett #81685F

Color information

#81685F (or 0x81685F) is unknown color: approx Russett. HEX triplet: 81, 68 and 5F. RGB value is (129,104,95). Sum of RGB (Red+Green+Blue) = 129+104+95=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #81685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81685F is #7E97A0. Grayscale: #6E6E6E. Windows color (decimal): -8296353 or 6252673. OLE color: 6252673.

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

Color convert

RGB12910495-
CMYK00.190.260.49
HSL15.88º15.18%43.92%-
HSV(B)15.88º26.36%50.59%-
XYZ16.0715.3912.95-
YUV110.45119.28141.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.33%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=39.33%
G=31.71%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291049500.190.260.4915.8815.1843.92
Hex81685F0131A3110f2c
Octal2011501370233261201754
Binary100000011101000101111101001111010110001100001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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