#706663

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

Shades of Russett #706663

Tints of Russett #706663

Color information

#706663 (or 0x706663) is unknown color: approx Russett. HEX triplet: 70, 66 and 63. RGB value is (112,102,99). Sum of RGB (Red+Green+Blue) = 112+102+99=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #706663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706663 is #8F999C. Grayscale: #686868. Windows color (decimal): -9410973 or 6514288. OLE color: 6514288.

HSL color Cylindrical-coordinate representation of color #706663: hue angle of 13.85º degrees, saturation: 0.06, 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 #706663 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB11210299-
CMYK00.090.120.56
HSL13.85º6.16%41.37%-
HSV(B)13.85º11.61%43.92%-
XYZ13.6913.8513.76-
YUV104.65124.81133.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 99 (39.06% from 255) = 31.63%
R=35.78%
G=32.59%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121029900.090.120.5613.856.1641.37
Hex70666309C38e629
Octal160146143011147016651
Binary1110000110011011000110100111001110001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706663; }

 p { color: rgb(112,102,99); }

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

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

 a { background-color: rgb(112,102,99); }

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

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

 span { border-color: rgb(112,102,99); }

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