#816D6D

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

Shades of Ferra #816D6D

Tints of Ferra #816D6D

Color information

#816D6D (or 0x816D6D) is unknown color: approx Ferra. HEX triplet: 81, 6D and 6D. RGB value is (129,109,109). Sum of RGB (Red+Green+Blue) = 129+109+109=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 129 - color contains mainly: red. Hex color #816D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816D6D is #7E9292. Grayscale: #727272. Windows color (decimal): -8295059 or 7171457. OLE color: 7171457.

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

Color convert

RGB129109109-
CMYK00.160.160.49
HSL8.4%46.67%-
HSV(B)15.5%50.59%-
XYZ17.2816.7116.78-
YUV114.98124.63138-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=37.18%
G=31.41%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910910900.160.160.4908.446.67
Hex816D6D0101031082f
Octal201155155020206101057
Binary10000001110110111011010100001000011000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816D6D; }

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

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

<style>
 a { background-color: #816D6D; }

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

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

<style>
 span { border-color: #816D6D; }

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

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