#806B6B

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

Shades of Ferra #806B6B

Tints of Ferra #806B6B

Color information

#806B6B (or 0x806B6B) is unknown color: approx Ferra. HEX triplet: 80, 6B and 6B. RGB value is (128,107,107). Sum of RGB (Red+Green+Blue) = 128+107+107=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 128 - color contains mainly: red. Hex color #806B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806B6B is #7F9494. Grayscale: #717171. Windows color (decimal): -8361109 or 7039872. OLE color: 7039872.

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

Color convert

RGB128107107-
CMYK00.160.160.50
HSL8.94%46.08%-
HSV(B)16.41%50.2%-
XYZ16.8116.1716.14-
YUV113.28124.46138.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.43%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=37.43%
G=31.29%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810710700.160.160.5008.9446.08
Hex806B6B0101032092e
Octal200153153020206201156
Binary10000000110101111010110100001000011001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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