#716E66

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

Shades of Ironside Grey #716E66

Tints of Ironside Grey #716E66

Color information

#716E66 (or 0x716E66) is unknown color: approx Ironside Grey. HEX triplet: 71, 6E and 66. RGB value is (113,110,102). Sum of RGB (Red+Green+Blue) = 113+110+102=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 113 - color contains mainly: red. Hex color #716E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E66 is #8E9199. Grayscale: #6E6E6E. Windows color (decimal): -9343386 or 6712945. OLE color: 6712945.

HSL color Cylindrical-coordinate representation of color #716E66: hue angle of 43.64º 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 #716E66 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB113110102-
CMYK00.030.100.56
HSL43.64º5.12%42.16%-
HSV(B)43.64º9.73%44.31%-
XYZ14.7815.6214.81-
YUV109.98123.49130.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 102 (40.23% from 255) = 31.38%
R=34.77%
G=33.85%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311010200.030.100.5643.645.1242.16
Hex716E6603A382c52a
Octal16115614603127054552
Binary1110001110111011001100111010111000101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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