#83685C

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

Shades of Russett #83685C

Tints of Russett #83685C

Color information

#83685C (or 0x83685C) is unknown color: approx Russett. HEX triplet: 83, 68 and 5C. RGB value is (131,104,92). Sum of RGB (Red+Green+Blue) = 131+104+92=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #83685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83685C is #7C97A3. Grayscale: #6E6E6E. Windows color (decimal): -8165284 or 6056067. OLE color: 6056067.

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

Color convert

RGB13110492-
CMYK00.210.300.49
HSL18.46º17.49%43.73%-
HSV(B)18.46º29.77%51.37%-
XYZ16.2415.512.26-
YUV110.7117.45142.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.06%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 92 (36.33% from 255) = 28.13%
R=40.06%
G=31.80%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311049200.210.300.4918.4617.4943.73
Hex83685C0151E3112112c
Octal2031501340253661222154
Binary1000001111010001011100010101111101100011001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,104,92); }

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

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

 a { background-color: rgb(131,104,92); }

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

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

 span { border-color: rgb(131,104,92); }

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