#706562

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

Shades of Russett #706562

Tints of Russett #706562

Color information

#706562 (or 0x706562) is unknown color: approx Russett. HEX triplet: 70, 65 and 62. RGB value is (112,101,98). Sum of RGB (Red+Green+Blue) = 112+101+98=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #706562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706562 is #8F9A9D. Grayscale: #676767. Windows color (decimal): -9411230 or 6448496. OLE color: 6448496.

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

Color convert

RGB11210198-
CMYK00.100.130.56
HSL12.86º6.67%41.18%-
HSV(B)12.86º12.5%43.92%-
XYZ13.5413.6313.47-
YUV103.95124.64133.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 101 (39.84% from 255) = 32.48%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=36.01%
G=32.48%
B=31.51%

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
Decimal1121019800.100.130.5612.866.6741.18
Hex7065620AD38d729
Octal160145142012157015751
Binary1110000110010111000100101011011110001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706562; }

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

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

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

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

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

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

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

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