#806F6B

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

Shades of Ferra #806F6B

Tints of Ferra #806F6B

Color information

#806F6B (or 0x806F6B) is unknown color: approx Ferra. HEX triplet: 80, 6F and 6B. RGB value is (128,111,107). Sum of RGB (Red+Green+Blue) = 128+111+107=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 128 - color contains mainly: red. Hex color #806F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806F6B is #7F9094. Grayscale: #737373. Windows color (decimal): -8360085 or 7040896. OLE color: 7040896.

HSL color Cylindrical-coordinate representation of color #806F6B: hue angle of 11.43º degrees, saturation: 0.09, 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 #806F6B is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB128111107-
CMYK00.130.160.50
HSL11.43º8.94%46.08%-
HSV(B)11.43º16.41%50.2%-
XYZ17.2417.0216.29-
YUV115.63123.13136.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.99%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 107 (42.19% from 255) = 30.92%
R=36.99%
G=32.08%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811110700.130.160.5011.438.9446.08
Hex806F6B0D1032b92e
Octal2001571530152062131156
Binary1000000011011111101011011011000011001010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,111,107); }

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

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

 a { background-color: rgb(128,111,107); }

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

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

 span { border-color: rgb(128,111,107); }

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