Html Css Color HEX #706D65 Ironside Grey

📋 copy color: '#706D65'

red 112 ◦ green 109 ◦ blue 101

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

Shades of Ironside Grey #706D65

Tints of Ironside Grey #706D65

RGB

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

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

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

R = 34.78%
G = 33.85%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#706D65 (or 0x706D65) is known color: Ironside Grey. HEX triplet: 70, 6D and 65. RGB value is (112,109,101). Sum of RGB (Red+Green+Blue) = 112+109+101=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 112 - color contains mainly: red. Hex color #706D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D65 is #8F929A. Grayscale: #6D6D6D. Windows color (decimal): -9409179 or 6647152. OLE color: 6647152.

HSL color Cylindrical-coordinate representation of color #706D65: hue angle of 43.64º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #706D65 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 109 101 -
CMYK 0 0.03 0.10 0.56
HSL 43.64º 0.05% 0.42% -
HSV(B) 43.64º 0.1% 0.44% -
XYZ 14.5 15.32 14.51 -
YUV 108.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 112 109 101 0 0.03 0.10 0.56 43.64 0.05 0.42
Hex 70 6D 65 0 3 A 38 2C 5 2A
Octal 160 155 145 0 3 12 70 54 5 52
Binary 1110000 1101101 1100101 0 11 1010 111000 101100 101 101010

Color Harmonies of #706D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D65

Black with #706D65

Text Example


Text Example

White with #706D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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