#826B6B

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

Shades of Ferra #826B6B

Tints of Ferra #826B6B

Color information

#826B6B (or 0x826B6B) is unknown color: approx Ferra. HEX triplet: 82, 6B and 6B. RGB value is (130,107,107). Sum of RGB (Red+Green+Blue) = 130+107+107=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #826B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B6B is #7D9494. Grayscale: #717171. Windows color (decimal): -8230037 or 7039874. OLE color: 7039874.

HSL color Cylindrical-coordinate representation of color #826B6B: hue angle of 0º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #826B6B is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB130107107-
CMYK00.180.180.49
HSL9.7%46.47%-
HSV(B)17.69%50.98%-
XYZ17.1216.3216.16-
YUV113.88124.12139.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 107 (42.19% from 255) = 31.10%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=37.79%
G=31.10%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010710700.180.180.4909.746.47
Hex826B6B01212310a2e
Octal202153153022226101256
Binary10000010110101111010110100101001011000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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