Html Css Color HEX #706D63 Ironside Grey

📋 copy color: '#706D63'

red 112 ◦ green 109 ◦ blue 99

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

Shades of Ironside Grey #706D63

Tints of Ironside Grey #706D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.94%

R = 35%
G = 34.06%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#706D63 (or 0x706D63) is known color: Ironside Grey. HEX triplet: 70, 6D and 63. RGB value is (112,109,99). Sum of RGB (Red+Green+Blue) = 112+109+99=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 112 - color contains mainly: red. Hex color #706D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D63 is #8F929C. Grayscale: #6C6C6C. Windows color (decimal): -9409181 or 6516080. OLE color: 6516080.

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

Color convert

RGB 112 109 99 -
CMYK 0 0.03 0.12 0.56
HSL 46.15º 0.06% 0.41% -
HSV(B) 46.15º 0.12% 0.44% -
XYZ 14.4 15.28 14 -
YUV 108.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 112 109 99 0 0.03 0.12 0.56 46.15 0.06 0.41
Hex 70 6D 63 0 3 C 38 2E 6 29
Octal 160 155 143 0 3 14 70 56 6 51
Binary 1110000 1101101 1100011 0 11 1100 111000 101110 110 101001

Color Harmonies of #706D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D63

Black with #706D63

Text Example


Text Example

White with #706D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,109,99); }

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

background-color css

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

 a { background-color: rgb(112,109,99); }

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

border-color css

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

 span { border-color: rgb(112,109,99); }

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