#706561

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

Shades of Russett #706561

Tints of Russett #706561

Color information

#706561 (or 0x706561) is unknown color: approx Russett. HEX triplet: 70, 65 and 61. RGB value is (112,101,97). Sum of RGB (Red+Green+Blue) = 112+101+97=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #706561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706561 is #8F9A9E. Grayscale: #676767. Windows color (decimal): -9411231 or 6382960. OLE color: 6382960.

HSL color Cylindrical-coordinate representation of color #706561: hue angle of 16º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #706561 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB11210197-
CMYK00.100.130.56
HSL16º7.18%40.98%-
HSV(B)16º13.39%43.92%-
XYZ13.4913.6213.23-
YUV103.83124.14133.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 101 (39.84% from 255) = 32.58%
BLUE value IS 97 (38.28% from 255) = 31.29%
R=36.13%
G=32.58%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121019700.100.130.56167.1840.98
Hex7065610AD3810729
Octal160145141012157020751
Binary11100001100101110000101010110111100010000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706561; }

 p { color: rgb(112,101,97); }

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

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

 a { background-color: rgb(112,101,97); }

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

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

 span { border-color: rgb(112,101,97); }

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