Html Css Color HEX #706E64 Ironside Grey

📋 copy color: '#706E64'

red 112 ◦ green 110 ◦ blue 100

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

Shades of Ironside Grey #706E64

Tints of Ironside Grey #706E64

RGB

 RED value IS 112 (44.14% from 255) = 34.78%

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

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 34.78%
G = 34.16%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#706E64 (or 0x706E64) is known color: Ironside Grey. HEX triplet: 70, 6E and 64. RGB value is (112,110,100). Sum of RGB (Red+Green+Blue) = 112+110+100=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 112 - color contains mainly: red. Hex color #706E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E64 is #8F919B. Grayscale: #6D6D6D. Windows color (decimal): -9408924 or 6581872. OLE color: 6581872.

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

Color convert

RGB 112 110 100 -
CMYK 0 0.02 0.11 0.56
HSL 50º 0.06% 0.42% -
HSV(B) 50º 0.11% 0.44% -
XYZ 14.56 15.52 14.28 -
YUV 109.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 112 110 100 0 0.02 0.11 0.56 50 0.06 0.42
Hex 70 6E 64 0 2 B 38 32 6 2A
Octal 160 156 144 0 2 13 70 62 6 52
Binary 1110000 1101110 1100100 0 10 1011 111000 110010 110 101010

Color Harmonies of #706E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E64

Black with #706E64

Text Example


Text Example

White with #706E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #706E64;
 }
 .AnyTagClassName
 {
   color: #706E64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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