#816F6E

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

Shades of Ferra #816F6E

Tints of Ferra #816F6E

Color information

#816F6E (or 0x816F6E) is unknown color: approx Ferra. HEX triplet: 81, 6F and 6E. RGB value is (129,111,110). Sum of RGB (Red+Green+Blue) = 129+111+110=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 129 - color contains mainly: red. Hex color #816F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816F6E is #7E9091. Grayscale: #747474. Windows color (decimal): -8294546 or 7237505. OLE color: 7237505.

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

Color convert

RGB129111110-
CMYK00.140.150.49
HSL3.16º7.95%46.86%-
HSV(B)3.16º14.73%50.59%-
XYZ17.5517.1617.14-
YUV116.27124.46137.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.86%
GREEN value IS 111 (43.75% from 255) = 31.71%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=36.86%
G=31.71%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911111000.140.150.493.167.9546.86
Hex816F6E0EF31382f
Octal201157156016176131057
Binary1000000111011111101110011101111110001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,111,110); }

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

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

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

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

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

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

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