#706E69

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

Shades of Ironside Grey #706E69

Tints of Ironside Grey #706E69

Color information

#706E69 (or 0x706E69) is unknown color: approx Ironside Grey. HEX triplet: 70, 6E and 69. RGB value is (112,110,105). Sum of RGB (Red+Green+Blue) = 112+110+105=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 112 - color contains mainly: red. Hex color #706E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E69 is #8F9196. Grayscale: #6E6E6E. Windows color (decimal): -9408919 or 6909552. OLE color: 6909552.

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

Color convert

RGB112110105-
CMYK00.020.060.56
HSL42.86º3.23%42.55%-
HSV(B)42.86º6.25%43.92%-
XYZ14.8115.6215.6-
YUV110.03125.16129.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 110 (43.36% from 255) = 33.64%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=34.25%
G=33.64%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211010500.020.060.5642.863.2342.55
Hex706E69026382b32b
Octal1601561510267053353
Binary11100001101110110100101011011100010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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