#826E64

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

Shades of Russett #826E64

Tints of Russett #826E64

Color information

#826E64 (or 0x826E64) is unknown color: approx Russett. HEX triplet: 82, 6E and 64. RGB value is (130,110,100). Sum of RGB (Red+Green+Blue) = 130+110+100=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #826E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E64 is #7D919B. Grayscale: #727272. Windows color (decimal): -8229276 or 6581890. OLE color: 6581890.

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

Color convert

RGB130110100-
CMYK00.150.230.49
HSL20º13.04%45.1%-
HSV(B)20º23.08%50.98%-
XYZ17.0816.8214.4-
YUV114.84119.63138.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 110 (43.36% from 255) = 32.35%
BLUE value IS 100 (39.45% from 255) = 29.41%
R=38.24%
G=32.35%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011010000.150.230.492013.0445.1
Hex826E640F173114d2d
Octal2021561440172761241555
Binary10000010110111011001000111110111110001101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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