#706E66

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

Shades of Ironside Grey #706E66

Tints of Ironside Grey #706E66

Color information

#706E66 (or 0x706E66) is unknown color: approx Ironside Grey. HEX triplet: 70, 6E and 66. RGB value is (112,110,102). Sum of RGB (Red+Green+Blue) = 112+110+102=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 112 - color contains mainly: red. Hex color #706E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E66 is #8F9199. Grayscale: #6D6D6D. Windows color (decimal): -9408922 or 6712944. OLE color: 6712944.

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

Color convert

RGB112110102-
CMYK00.020.090.56
HSL48º4.67%41.96%-
HSV(B)48º8.93%43.92%-
XYZ14.6615.5614.8-
YUV109.69123.66129.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.57%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 102 (40.23% from 255) = 31.48%
R=34.57%
G=33.95%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211010200.020.090.56484.6741.96
Hex706E66029383052a
Octal16015614602117060552
Binary1110000110111011001100101001111000110000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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