#706A67

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

Shades of Russett #706A67

Tints of Russett #706A67

Color information

#706A67 (or 0x706A67) is unknown color: approx Russett. HEX triplet: 70, 6A and 67. RGB value is (112,106,103). Sum of RGB (Red+Green+Blue) = 112+106+103=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 112 - color contains mainly: red. Hex color #706A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A67 is #8F9598. Grayscale: #6B6B6B. Windows color (decimal): -9409945 or 6777456. OLE color: 6777456.

HSL color Cylindrical-coordinate representation of color #706A67: hue angle of 20º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #706A67 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB112106103-
CMYK00.050.080.56
HSL20º4.19%42.16%-
HSV(B)20º8.04%43.92%-
XYZ14.2814.7314.92-
YUV107.45125.49131.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 106 (41.80% from 255) = 33.02%
BLUE value IS 103 (40.62% from 255) = 32.09%
R=34.89%
G=33.02%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210610300.050.080.56204.1942.16
Hex706A67058381442a
Octal16015214705107024452
Binary1110000110101011001110101100011100010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706A67; }

 p { color: rgb(112,106,103); }

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

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

 a { background-color: rgb(112,106,103); }

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

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

 span { border-color: rgb(112,106,103); }

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