#826867

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

Shades of Ferra #826867

Tints of Ferra #826867

Color information

#826867 (or 0x826867) is unknown color: approx Ferra. HEX triplet: 82, 68 and 67. RGB value is (130,104,103). Sum of RGB (Red+Green+Blue) = 130+104+103=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #826867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826867 is #7D9798. Grayscale: #6F6F6F. Windows color (decimal): -8230809 or 6776962. OLE color: 6776962.

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

Color convert

RGB130104103-
CMYK00.20.210.49
HSL2.22º11.59%45.69%-
HSV(B)2.22º20.77%50.98%-
XYZ16.615.6314.97-
YUV111.66123.11141.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 103 (40.62% from 255) = 30.56%
R=38.58%
G=30.86%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010410300.20.210.492.2211.5945.69
Hex82686701415312c2e
Octal202150147024256121456
Binary100000101101000110011101010010101110001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826867; }

 p { color: rgb(130,104,103); }

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

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

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

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

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

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

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