#82695E

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

Shades of Russett #82695E

Tints of Russett #82695E

Color information

#82695E (or 0x82695E) is unknown color: approx Russett. HEX triplet: 82, 69 and 5E. RGB value is (130,105,94). Sum of RGB (Red+Green+Blue) = 130+105+94=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #82695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82695E is #7D96A1. Grayscale: #6F6F6F. Windows color (decimal): -8230562 or 6187394. OLE color: 6187394.

HSL color Cylindrical-coordinate representation of color #82695E: hue angle of 18.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82695E is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB13010594-
CMYK00.190.280.49
HSL18.33º16.07%43.92%-
HSV(B)18.33º27.69%50.98%-
XYZ16.2815.6612.75-
YUV111.22118.28141.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=39.51%
G=31.91%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301059400.190.280.4918.3316.0743.92
Hex82695E0131C3112102c
Octal2021511360233461222054
Binary1000001011010011011110010011111001100011001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82695E; }

 p { color: rgb(130,105,94); }

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

<style>
 a { background-color: #82695E; }

 a { background-color: rgb(130,105,94); }

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

<style>
 span { border-color: #82695E; }

 span { border-color: rgb(130,105,94); }

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