Html Css Color HEX #706C63 Ironside Grey

📋 copy color: '#706C63'

red 112 ◦ green 108 ◦ blue 99

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

Shades of Ironside Grey #706C63

Tints of Ironside Grey #706C63

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.86%

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

R = 35.11%
G = 33.86%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#706C63 (or 0x706C63) is known color: Ironside Grey. HEX triplet: 70, 6C and 63. RGB value is (112,108,99). Sum of RGB (Red+Green+Blue) = 112+108+99=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 112 - color contains mainly: red. Hex color #706C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C63 is #8F939C. Grayscale: #6C6C6C. Windows color (decimal): -9409437 or 6515824. OLE color: 6515824.

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

Color convert

RGB 112 108 99 -
CMYK 0 0.04 0.12 0.56
HSL 41.54º 0.06% 0.41% -
HSV(B) 41.54º 0.12% 0.44% -
XYZ 14.3 15.07 13.96 -
YUV 108.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 112 108 99 0 0.04 0.12 0.56 41.54 0.06 0.41
Hex 70 6C 63 0 4 C 38 2A 6 29
Octal 160 154 143 0 4 14 70 52 6 51
Binary 1110000 1101100 1100011 0 100 1100 111000 101010 110 101001

Color Harmonies of #706C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C63

Black with #706C63

Text Example


Text Example

White with #706C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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