#81706D

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

Shades of Ferra #81706D

Tints of Ferra #81706D

Color information

#81706D (or 0x81706D) is unknown color: approx Ferra. HEX triplet: 81, 70 and 6D. RGB value is (129,112,109). Sum of RGB (Red+Green+Blue) = 129+112+109=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 129 - color contains mainly: red. Hex color #81706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81706D is #7E8F92. Grayscale: #747474. Windows color (decimal): -8294291 or 7172225. OLE color: 7172225.

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

Color convert

RGB129112109-
CMYK00.130.160.49
HSL8.4%46.67%-
HSV(B)15.5%50.59%-
XYZ17.6117.3616.89-
YUV116.74123.63136.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.86%
GREEN value IS 112 (44.14% from 255) = 32%
BLUE value IS 109 (42.97% from 255) = 31.14%
R=36.86%
G=32%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911210900.130.160.4998.446.67
Hex81706D0D1031982f
Octal2011601550152061111057
Binary1000000111100001101101011011000011000110011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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