#806D6A

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

Shades of Ferra #806D6A

Tints of Ferra #806D6A

Color information

#806D6A (or 0x806D6A) is unknown color: approx Ferra. HEX triplet: 80, 6D and 6A. RGB value is (128,109,106). Sum of RGB (Red+Green+Blue) = 128+109+106=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #806D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D6A is #7F9295. Grayscale: #727272. Windows color (decimal): -8360598 or 6974848. OLE color: 6974848.

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

Color convert

RGB128109106-
CMYK00.150.170.50
HSL8.18º9.4%45.88%-
HSV(B)8.18º17.19%50.2%-
XYZ16.9716.5715.94-
YUV114.34123.29137.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.32%
GREEN value IS 109 (42.97% from 255) = 31.78%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=37.32%
G=31.78%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810910600.150.170.508.189.445.88
Hex806D6A0F1132892e
Octal2001551520172162101156
Binary1000000011011011101010011111000111001010001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,109,106); }

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

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

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

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

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

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

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