#82695C

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

Shades of Russett #82695C

Tints of Russett #82695C

Color information

#82695C (or 0x82695C) is unknown color: approx Russett. HEX triplet: 82, 69 and 5C. RGB value is (130,105,92). Sum of RGB (Red+Green+Blue) = 130+105+92=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #82695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82695C is #7D96A3. Grayscale: #6F6F6F. Windows color (decimal): -8230564 or 6056322. OLE color: 6056322.

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

Color convert

RGB13010592-
CMYK00.190.290.49
HSL20.53º17.12%43.53%-
HSV(B)20.53º29.23%50.98%-
XYZ16.1915.6212.29-
YUV110.99117.28141.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 92 (36.33% from 255) = 28.13%
R=39.76%
G=32.11%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301059200.190.290.4920.5317.1243.53
Hex82695C0131D3115112c
Octal2021511340233561252154
Binary1000001011010011011100010011111011100011010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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