#826C6B

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

Shades of Ferra #826C6B

Tints of Ferra #826C6B

Color information

#826C6B (or 0x826C6B) is unknown color: approx Ferra. HEX triplet: 82, 6C and 6B. RGB value is (130,108,107). Sum of RGB (Red+Green+Blue) = 130+108+107=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #826C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826C6B is #7D9394. Grayscale: #727272. Windows color (decimal): -8229781 or 7040130. OLE color: 7040130.

HSL color Cylindrical-coordinate representation of color #826C6B: hue angle of 2.61º 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 #826C6B is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB130108107-
CMYK00.170.180.49
HSL2.61º9.7%46.47%-
HSV(B)2.61º17.69%50.98%-
XYZ17.2216.5316.19-
YUV114.46123.79139.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 108 (42.58% from 255) = 31.30%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=37.68%
G=31.30%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010810700.170.180.492.619.746.47
Hex826C6B01112313a2e
Octal202154153021226131256
Binary100000101101100110101101000110010110001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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