#806E6C

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

Shades of Ferra #806E6C

Tints of Ferra #806E6C

Color information

#806E6C (or 0x806E6C) is unknown color: approx Ferra. HEX triplet: 80, 6E and 6C. RGB value is (128,110,108). Sum of RGB (Red+Green+Blue) = 128+110+108=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 128 - color contains mainly: red. Hex color #806E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806E6C is #7F9193. Grayscale: #737373. Windows color (decimal): -8360340 or 7106176. OLE color: 7106176.

HSL color Cylindrical-coordinate representation of color #806E6C: hue angle of 6º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #806E6C is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB128110108-
CMYK00.140.160.50
HSL8.47%46.27%-
HSV(B)15.62%50.2%-
XYZ17.1816.8216.53-
YUV115.15123.96137.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.99%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=36.99%
G=31.79%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811010800.140.160.5068.4746.27
Hex806E6C0E1032682e
Octal200156154016206261056
Binary100000001101110110110001110100001100101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806E6C; }

 p { color: rgb(128,110,108); }

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

<style>
 a { background-color: #806E6C; }

 a { background-color: rgb(128,110,108); }

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

<style>
 span { border-color: #806E6C; }

 span { border-color: rgb(128,110,108); }

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