#706E65

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

Shades of Ironside Grey #706E65

Tints of Ironside Grey #706E65

Color information

#706E65 (or 0x706E65) is unknown color: approx Ironside Grey. HEX triplet: 70, 6E and 65. RGB value is (112,110,101). Sum of RGB (Red+Green+Blue) = 112+110+101=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 112 - color contains mainly: red. Hex color #706E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E65 is #8F919A. Grayscale: #6D6D6D. Windows color (decimal): -9408923 or 6647408. OLE color: 6647408.

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

Color convert

RGB112110101-
CMYK00.020.100.56
HSL49.09º5.16%41.76%-
HSV(B)49.09º9.82%43.92%-
XYZ14.6115.5414.54-
YUV109.57123.16129.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 101 (39.84% from 255) = 31.27%
R=34.67%
G=34.06%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211010100.020.100.5649.095.1641.76
Hex706E6502A383152a
Octal16015614502127061552
Binary1110000110111011001010101010111000110001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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