#83695E

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

Shades of Russett #83695E

Tints of Russett #83695E

Color information

#83695E (or 0x83695E) is unknown color: approx Russett. HEX triplet: 83, 69 and 5E. RGB value is (131,105,94). Sum of RGB (Red+Green+Blue) = 131+105+94=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #83695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83695E is #7C96A1. Grayscale: #6F6F6F. Windows color (decimal): -8165026 or 6187395. OLE color: 6187395.

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

Color convert

RGB13110594-
CMYK00.200.280.49
HSL17.84º16.44%44.12%-
HSV(B)17.84º28.24%51.37%-
XYZ16.4315.7412.76-
YUV111.52118.11141.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.70%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 94 (37.11% from 255) = 28.48%
R=39.70%
G=31.82%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311059400.200.280.4917.8416.4444.12
Hex83695E0141C3112102c
Octal2031511360243461222054
Binary1000001111010011011110010100111001100011001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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