Html Css Color HEX #716E65 Ironside Grey

📋 copy color: '#716E65'

red 113 ◦ green 110 ◦ blue 101

#716E65
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ironside Grey #716E65

Tints of Ironside Grey #716E65

RGB

 RED value IS 113 (44.53% from 255) = 34.88%

 GREEN value IS 110 (43.36% from 255) = 33.95%

 BLUE value IS 101 (39.84% from 255) = 31.17%

R = 34.88%
G = 33.95%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#716E65 (or 0x716E65) is known color: Ironside Grey. HEX triplet: 71, 6E and 65. RGB value is (113,110,101). Sum of RGB (Red+Green+Blue) = 113+110+101=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 113 - color contains mainly: red. Hex color #716E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E65 is #8E919A. Grayscale: #6D6D6D. Windows color (decimal): -9343387 or 6647409. OLE color: 6647409.

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

Color convert

RGB 113 110 101 -
CMYK 0 0.03 0.11 0.56
HSL 45º 0.06% 0.42% -
HSV(B) 45º 0.11% 0.44% -
XYZ 14.73 15.6 14.55 -
YUV 109.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 113 110 101 0 0.03 0.11 0.56 45 0.06 0.42
Hex 71 6E 65 0 3 B 38 2D 6 2A
Octal 161 156 145 0 3 13 70 55 6 52
Binary 1110001 1101110 1100101 0 11 1011 111000 101101 110 101010

Color Harmonies of #716E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E65

Black with #716E65

Text Example


Text Example

White with #716E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #716E65;
 }
 .AnyTagClassName
 {
   color: #716E65;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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