#716E68

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

Shades of Ironside Grey #716E68

Tints of Ironside Grey #716E68

Color information

#716E68 (or 0x716E68) is unknown color: approx Ironside Grey. HEX triplet: 71, 6E and 68. RGB value is (113,110,104). Sum of RGB (Red+Green+Blue) = 113+110+104=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 113 - color contains mainly: red. Hex color #716E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E68 is #8E9197. Grayscale: #6E6E6E. Windows color (decimal): -9343384 or 6844017. OLE color: 6844017.

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

Color convert

RGB113110104-
CMYK00.030.080.56
HSL40º4.15%42.55%-
HSV(B)40º7.96%44.31%-
XYZ14.8815.6615.34-
YUV110.21124.49129.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 110 (43.36% from 255) = 33.64%
BLUE value IS 104 (41.02% from 255) = 31.80%
R=34.56%
G=33.64%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311010400.030.080.56404.1542.55
Hex716E68038382842b
Octal16115615003107050453
Binary1110001110111011010000111000111000101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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