#706565

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

Shades of Dim Gray #706565

Tints of Dim Gray #706565

Color information

#706565 (or 0x706565) is unknown color: approx Dim Gray. HEX triplet: 70, 65 and 65. RGB value is (112,101,101). Sum of RGB (Red+Green+Blue) = 112+101+101=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 112 - color contains mainly: red. Hex color #706565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706565 is #8F9A9A. Grayscale: #686868. Windows color (decimal): -9411227 or 6645104. OLE color: 6645104.

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

Color convert

RGB112101101-
CMYK00.100.100.56
HSL5.16%41.76%-
HSV(B)9.82%43.92%-
XYZ13.6813.6914.23-
YUV104.29126.14133.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 101 (39.84% from 255) = 32.17%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=35.67%
G=32.17%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210110100.100.100.5605.1641.76
Hex7065650AA38052a
Octal16014514501212700552
Binary1110000110010111001010101010101110000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706565; }

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

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

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

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

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

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

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

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