#706969

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

Shades of Dim Gray #706969

Tints of Dim Gray #706969

Color information

#706969 (or 0x706969) is unknown color: approx Dim Gray. HEX triplet: 70, 69 and 69. RGB value is (112,105,105). Sum of RGB (Red+Green+Blue) = 112+105+105=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 112 - color contains mainly: red. Hex color #706969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706969 is #8F9696. Grayscale: #6B6B6B. Windows color (decimal): -9410199 or 6908272. OLE color: 6908272.

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

Color convert

RGB112105105-
CMYK00.060.060.56
HSL3.23%42.55%-
HSV(B)6.25%43.92%-
XYZ14.2814.5715.42-
YUV107.09126.82131.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 105 (41.41% from 255) = 32.61%
BLUE value IS 105 (41.41% from 255) = 32.61%
R=34.78%
G=32.61%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210510500.060.060.5603.2342.55
Hex70696906638032b
Octal160151151066700353
Binary1110000110100111010010110110111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706969; }

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

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

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

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

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

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

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

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