#81706A

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

Shades of Russett #81706A

Tints of Russett #81706A

Color information

#81706A (or 0x81706A) is unknown color: approx Russett. HEX triplet: 81, 70 and 6A. RGB value is (129,112,106). Sum of RGB (Red+Green+Blue) = 129+112+106=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 129 - color contains mainly: red. Hex color #81706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81706A is #7E8F95. Grayscale: #747474. Windows color (decimal): -8294294 or 6975617. OLE color: 6975617.

HSL color Cylindrical-coordinate representation of color #81706A: hue angle of 15.65º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #81706A is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB129112106-
CMYK00.130.180.49
HSL15.65º9.79%46.08%-
HSV(B)15.65º17.83%50.59%-
XYZ17.4517.316.05-
YUV116.4122.13136.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=37.18%
G=32.28%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911210600.130.180.4915.659.7946.08
Hex81706A0D123110a2e
Octal2011601520152261201256
Binary10000001111000011010100110110010110001100001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81706A; }

 p { color: rgb(129,112,106); }

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

<style>
 a { background-color: #81706A; }

 a { background-color: rgb(129,112,106); }

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

<style>
 span { border-color: #81706A; }

 span { border-color: rgb(129,112,106); }

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