#83695C

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

Shades of Russett #83695C

Tints of Russett #83695C

Color information

#83695C (or 0x83695C) is unknown color: approx Russett. HEX triplet: 83, 69 and 5C. RGB value is (131,105,92). Sum of RGB (Red+Green+Blue) = 131+105+92=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #83695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83695C is #7C96A3. Grayscale: #6F6F6F. Windows color (decimal): -8165028 or 6056323. OLE color: 6056323.

HSL color Cylindrical-coordinate representation of color #83695C: hue angle of 20º 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 #83695C is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB13110592-
CMYK00.200.300.49
HSL20º17.49%43.73%-
HSV(B)20º29.77%51.37%-
XYZ16.3415.712.29-
YUV111.29117.11142.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.94%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=39.94%
G=32.01%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311059200.200.300.492017.4943.73
Hex83695C0141E3114112c
Octal2031511340243661242154
Binary1000001111010011011100010100111101100011010010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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