Html Css Color HEX #716D65 Ironside Grey

📋 copy color: '#716D65'

red 113 ◦ green 109 ◦ blue 101

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

Shades of Ironside Grey #716D65

Tints of Ironside Grey #716D65

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.75%

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

R = 34.98%
G = 33.75%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#716D65 (or 0x716D65) is known color: Ironside Grey. HEX triplet: 71, 6D and 65. RGB value is (113,109,101). Sum of RGB (Red+Green+Blue) = 113+109+101=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 113 - color contains mainly: red. Hex color #716D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D65 is #8E929A. Grayscale: #6D6D6D. Windows color (decimal): -9343643 or 6647153. OLE color: 6647153.

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

Color convert

RGB 113 109 101 -
CMYK 0 0.04 0.11 0.56
HSL 40º 0.06% 0.42% -
HSV(B) 40º 0.11% 0.44% -
XYZ 14.63 15.39 14.51 -
YUV 109.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 113 109 101 0 0.04 0.11 0.56 40 0.06 0.42
Hex 71 6D 65 0 4 B 38 28 6 2A
Octal 161 155 145 0 4 13 70 50 6 52
Binary 1110001 1101101 1100101 0 100 1011 111000 101000 110 101010

Color Harmonies of #716D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716D65

Black with #716D65

Text Example


Text Example

White with #716D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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