#81695E

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

Shades of Russett #81695E

Tints of Russett #81695E

Color information

#81695E (or 0x81695E) is unknown color: approx Russett. HEX triplet: 81, 69 and 5E. RGB value is (129,105,94). Sum of RGB (Red+Green+Blue) = 129+105+94=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #81695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81695E is #7E96A1. Grayscale: #6E6E6E. Windows color (decimal): -8296098 or 6187393. OLE color: 6187393.

HSL color Cylindrical-coordinate representation of color #81695E: hue angle of 18.86º 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 #81695E is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB12910594-
CMYK00.190.270.49
HSL18.86º15.7%43.73%-
HSV(B)18.86º27.13%50.59%-
XYZ16.1315.5812.75-
YUV110.92118.45140.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.33%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 94 (37.11% from 255) = 28.66%
R=39.33%
G=32.01%
B=28.66%

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
Decimal1291059400.190.270.4918.8615.743.73
Hex81695E0131B3113102c
Octal2011511360233361232054
Binary1000000111010011011110010011110111100011001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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