#716E64

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

Shades of Ironside Grey #716E64

Tints of Ironside Grey #716E64

Color information

#716E64 (or 0x716E64) is unknown color: approx Ironside Grey. HEX triplet: 71, 6E and 64. RGB value is (113,110,100). Sum of RGB (Red+Green+Blue) = 113+110+100=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 113 - color contains mainly: red. Hex color #716E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E64 is #8E919B. Grayscale: #6D6D6D. Windows color (decimal): -9343388 or 6581873. OLE color: 6581873.

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

Color convert

RGB113110100-
CMYK00.030.120.56
HSL46.15º6.1%41.76%-
HSV(B)46.15º11.5%44.31%-
XYZ14.6915.5814.29-
YUV109.76122.49130.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=34.98%
G=34.06%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311010000.030.120.5646.156.141.76
Hex716E6403C382e62a
Octal16115614403147056652
Binary1110001110111011001000111100111000101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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