#826F6C

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

Shades of Ferra #826F6C

Tints of Ferra #826F6C

Color information

#826F6C (or 0x826F6C) is unknown color: approx Ferra. HEX triplet: 82, 6F and 6C. RGB value is (130,111,108). Sum of RGB (Red+Green+Blue) = 130+111+108=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #826F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F6C is #7D9093. Grayscale: #747474. Windows color (decimal): -8229012 or 7106434. OLE color: 7106434.

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

Color convert

RGB130111108-
CMYK00.150.170.49
HSL8.18º9.24%46.67%-
HSV(B)8.18º16.92%50.98%-
XYZ17.617.216.58-
YUV116.34123.29137.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.25%
GREEN value IS 111 (43.75% from 255) = 31.81%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=37.25%
G=31.81%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011110800.150.170.498.189.2446.67
Hex826F6C0F1131892f
Octal2021571540172161101157
Binary1000001011011111101100011111000111000110001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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