#826C63

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

Shades of Russett #826C63

Tints of Russett #826C63

Color information

#826C63 (or 0x826C63) is unknown color: approx Russett. HEX triplet: 82, 6C and 63. RGB value is (130,108,99). Sum of RGB (Red+Green+Blue) = 130+108+99=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #826C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826C63 is #7D939C. Grayscale: #717171. Windows color (decimal): -8229789 or 6515842. OLE color: 6515842.

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

Color convert

RGB13010899-
CMYK00.170.240.49
HSL17.42º13.54%44.9%-
HSV(B)17.42º23.85%50.98%-
XYZ16.8216.3714.08-
YUV113.55119.79139.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 108 (42.58% from 255) = 32.05%
BLUE value IS 99 (39.06% from 255) = 29.38%
R=38.58%
G=32.05%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301089900.170.240.4917.4213.5444.9
Hex826C63011183111e2d
Octal2021541430213061211655
Binary100000101101100110001101000111000110001100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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