#826B61

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

Shades of Russett #826B61

Tints of Russett #826B61

Color information

#826B61 (or 0x826B61) is unknown color: approx Russett. HEX triplet: 82, 6B and 61. RGB value is (130,107,97). Sum of RGB (Red+Green+Blue) = 130+107+97=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #826B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B61 is #7D949E. Grayscale: #707070. Windows color (decimal): -8230047 or 6384514. OLE color: 6384514.

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

Color convert

RGB13010797-
CMYK00.180.250.49
HSL18.18º14.54%44.51%-
HSV(B)18.18º25.38%50.98%-
XYZ16.6216.1213.55-
YUV112.74119.12140.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=38.92%
G=32.04%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301079700.180.250.4918.1814.5444.51
Hex826B61012193112f2d
Octal2021531410223161221755
Binary100000101101011110000101001011001110001100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,107,97); }

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

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

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

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

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

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

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