#826C64

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

Shades of Russett #826C64

Tints of Russett #826C64

Color information

#826C64 (or 0x826C64) is unknown color: approx Russett. HEX triplet: 82, 6C and 64. RGB value is (130,108,100). Sum of RGB (Red+Green+Blue) = 130+108+100=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #826C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826C64 is #7D939B. Grayscale: #717171. Windows color (decimal): -8229788 or 6581378. OLE color: 6581378.

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

Color convert

RGB130108100-
CMYK00.170.230.49
HSL16º13.04%45.1%-
HSV(B)16º23.08%50.98%-
XYZ16.8716.3914.33-
YUV113.67120.29139.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 108 (42.58% from 255) = 31.95%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=38.46%
G=31.95%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010810000.170.230.491613.0445.1
Hex826C64011173110d2d
Octal2021541440212761201555
Binary100000101101100110010001000110111110001100001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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