#82685F

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

Shades of Russett #82685F

Tints of Russett #82685F

Color information

#82685F (or 0x82685F) is unknown color: approx Russett. HEX triplet: 82, 68 and 5F. RGB value is (130,104,95). Sum of RGB (Red+Green+Blue) = 130+104+95=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #82685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82685F is #7D97A0. Grayscale: #6E6E6E. Windows color (decimal): -8230817 or 6252674. OLE color: 6252674.

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

Color convert

RGB13010495-
CMYK00.20.270.49
HSL15.43º15.56%44.12%-
HSV(B)15.43º26.92%50.98%-
XYZ16.2215.4712.96-
YUV110.75119.11141.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 104 (41.02% from 255) = 31.61%
BLUE value IS 95 (37.5% from 255) = 28.88%
R=39.51%
G=31.61%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301049500.20.270.4915.4315.5644.12
Hex82685F0141B31f102c
Octal2021501370243361172054
Binary100000101101000101111101010011011110001111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82685F; }

 p { color: rgb(130,104,95); }

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

<style>
 a { background-color: #82685F; }

 a { background-color: rgb(130,104,95); }

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

<style>
 span { border-color: #82685F; }

 span { border-color: rgb(130,104,95); }

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