#81685C

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

Shades of Russett #81685C

Tints of Russett #81685C

Color information

#81685C (or 0x81685C) is unknown color: approx Russett. HEX triplet: 81, 68 and 5C. RGB value is (129,104,92). Sum of RGB (Red+Green+Blue) = 129+104+92=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 129 - color contains mainly: red. Hex color #81685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81685C is #7E97A3. Grayscale: #6E6E6E. Windows color (decimal): -8296356 or 6056065. OLE color: 6056065.

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

Color convert

RGB12910492-
CMYK00.190.290.49
HSL19.46º16.74%43.33%-
HSV(B)19.46º28.68%50.59%-
XYZ15.9415.3412.25-
YUV110.11117.78141.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.69%
GREEN value IS 104 (41.02% from 255) = 32%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=39.69%
G=32%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291049200.190.290.4919.4616.7443.33
Hex81685C0131D3113112b
Octal2011501340233561232153
Binary1000000111010001011100010011111011100011001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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