Html Css Color HEX #706D67 Ironside Grey

📋 copy color: '#706D67'

red 112 ◦ green 109 ◦ blue 103

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

Shades of Ironside Grey #706D67

Tints of Ironside Grey #706D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.79%

R = 34.57%
G = 33.64%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#706D67 (or 0x706D67) is known color: Ironside Grey. HEX triplet: 70, 6D and 67. RGB value is (112,109,103). Sum of RGB (Red+Green+Blue) = 112+109+103=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 112 - color contains mainly: red. Hex color #706D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D67 is #8F9298. Grayscale: #6D6D6D. Windows color (decimal): -9409177 or 6778224. OLE color: 6778224.

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

Color convert

RGB 112 109 103 -
CMYK 0 0.03 0.08 0.56
HSL 40º 0.04% 0.42% -
HSV(B) 40º 0.08% 0.44% -
XYZ 14.6 15.36 15.03 -
YUV 109.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 112 109 103 0 0.03 0.08 0.56 40 0.04 0.42
Hex 70 6D 67 0 3 8 38 28 4 2A
Octal 160 155 147 0 3 10 70 50 4 52
Binary 1110000 1101101 1100111 0 11 1000 111000 101000 100 101010

Color Harmonies of #706D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D67

Black with #706D67

Text Example


Text Example

White with #706D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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