#826F6F

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

Shades of Ferra #826F6F

Tints of Ferra #826F6F

Color information

#826F6F (or 0x826F6F) is unknown color: approx Ferra. HEX triplet: 82, 6F and 6F. RGB value is (130,111,111). Sum of RGB (Red+Green+Blue) = 130+111+111=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 130 - color contains mainly: red. Hex color #826F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F6F is #7D9090. Grayscale: #747474. Windows color (decimal): -8229009 or 7303042. OLE color: 7303042.

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

Color convert

RGB130111111-
CMYK00.150.150.49
HSL7.88%47.25%-
HSV(B)14.62%50.98%-
XYZ17.7617.2617.43-
YUV116.68124.79137.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.93%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 111 (43.75% from 255) = 31.53%
R=36.93%
G=31.53%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011111100.150.150.4907.8847.25
Hex826F6F0FF31082f
Octal202157157017176101057
Binary100000101101111110111101111111111000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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