#706361

Color #706361 Dim Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dim Gray #706361

Tints of Dim Gray #706361

Color information

#706361 (or 0x706361) is unknown color: approx Dim Gray. HEX triplet: 70, 63 and 61. RGB value is (112,99,97). Sum of RGB (Red+Green+Blue) = 112+99+97=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #706361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706361 is #8F9C9E. Grayscale: #666666. Windows color (decimal): -9411743 or 6382448. OLE color: 6382448.

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

Color convert

RGB1129997-
CMYK00.120.130.56
HSL7.18%40.98%-
HSV(B)13.39%43.92%-
XYZ13.313.2313.16-
YUV102.66124.81134.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 97 (38.28% from 255) = 31.49%
R=36.36%
G=32.14%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112999700.120.130.5687.1840.98
Hex7063610CD388729
Octal160143141014157010751
Binary1110000110001111000010110011011110001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706361; }

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

 H1.HeaderClassName
 {
   color: #706361;
 }
 .AnyTagClassName
 {
   color: #706361;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #706361;
 }
 .BgClassName
 {
   background-color: #706361;
 }
</style>
border-color css

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

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

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