Html Css Color HEX #706E66 Ironside Grey

📋 copy color: '#706E66'

red 112 ◦ green 110 ◦ blue 102

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

Shades of Ironside Grey #706E66

Tints of Ironside Grey #706E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.48%

R = 34.57%
G = 33.95%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#706E66 (or 0x706E66) is known color: Ironside Grey. HEX triplet: 70, 6E and 66. RGB value is (112,110,102). Sum of RGB (Red+Green+Blue) = 112+110+102=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 112 - color contains mainly: red. Hex color #706E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E66 is #8F9199. Grayscale: #6D6D6D. Windows color (decimal): -9408922 or 6712944. OLE color: 6712944.

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

Color convert

RGB 112 110 102 -
CMYK 0 0.02 0.09 0.56
HSL 48º 0.05% 0.42% -
HSV(B) 48º 0.09% 0.44% -
XYZ 14.66 15.56 14.8 -
YUV 109.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 112 110 102 0 0.02 0.09 0.56 48 0.05 0.42
Hex 70 6E 66 0 2 9 38 30 5 2A
Octal 160 156 146 0 2 11 70 60 5 52
Binary 1110000 1101110 1100110 0 10 1001 111000 110000 101 101010

Color Harmonies of #706E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E66

Black with #706E66

Text Example


Text Example

White with #706E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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