#83685A

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

Shades of Russett #83685A

Tints of Russett #83685A

Color information

#83685A (or 0x83685A) is unknown color: approx Russett. HEX triplet: 83, 68 and 5A. RGB value is (131,104,90). Sum of RGB (Red+Green+Blue) = 131+104+90=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #83685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83685A is #7C97A5. Grayscale: #6E6E6E. Windows color (decimal): -8165286 or 5924995. OLE color: 5924995.

HSL color Cylindrical-coordinate representation of color #83685A: hue angle of 20.49º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83685A is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB13110490-
CMYK00.210.310.49
HSL20.49º18.55%43.33%-
HSV(B)20.49º31.3%51.37%-
XYZ16.1615.4611.81-
YUV110.48116.45142.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.31%
GREEN value IS 104 (41.02% from 255) = 32%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=40.31%
G=32%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311049000.210.310.4920.4918.5543.33
Hex83685A0151F3114132b
Octal2031501320253761242353
Binary1000001111010001011010010101111111100011010010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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