#706E6D

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

Shades of Russett #706E6D

Tints of Russett #706E6D

Color information

#706E6D (or 0x706E6D) is unknown color: approx Russett. HEX triplet: 70, 6E and 6D. RGB value is (112,110,109). Sum of RGB (Red+Green+Blue) = 112+110+109=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 112 - color contains mainly: red. Hex color #706E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E6D is #8F9192. Grayscale: #6E6E6E. Windows color (decimal): -9408915 or 7171696. OLE color: 7171696.

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

Color convert

RGB112110109-
CMYK00.020.030.56
HSL20º1.36%43.33%-
HSV(B)20º2.68%43.92%-
XYZ15.0215.716.71-
YUV110.48127.16129.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=33.84%
G=33.23%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211010900.020.030.56201.3643.33
Hex706E6D023381412b
Octal1601561550237024153
Binary11100001101110110110101011111000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,110,109); }

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

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

 a { background-color: rgb(112,110,109); }

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

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

 span { border-color: rgb(112,110,109); }

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