#826E67

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

Shades of Russett #826E67

Tints of Russett #826E67

Color information

#826E67 (or 0x826E67) is unknown color: approx Russett. HEX triplet: 82, 6E and 67. RGB value is (130,110,103). Sum of RGB (Red+Green+Blue) = 130+110+103=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #826E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E67 is #7D9198. Grayscale: #737373. Windows color (decimal): -8229273 or 6778498. OLE color: 6778498.

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

Color convert

RGB130110103-
CMYK00.150.210.49
HSL15.56º11.59%45.69%-
HSV(B)15.56º20.77%50.98%-
XYZ17.2316.8815.18-
YUV115.18121.13138.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 110 (43.36% from 255) = 32.07%
BLUE value IS 103 (40.62% from 255) = 30.03%
R=37.90%
G=32.07%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011010300.150.210.4915.5611.5945.69
Hex826E670F153110c2e
Octal2021561470172561201456
Binary10000010110111011001110111110101110001100001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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