#696969

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

Shades of DimGray #696969

Tints of DimGray #696969

Color information

#696969 (or 0x696969) is known color: DimGray. HEX triplet: 69, 69 and 69. RGB value is (105,105,105). Sum of RGB (Red+Green+Blue) = 105+105+105=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 105 - color contains mainly: red, green, blue. Hex color #696969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696969 is #969696. Grayscale: #686868. Windows color (decimal): -9868951 or 6908265. OLE color: 6908265.

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

Color convert

RGB105105105-
CMYK0000.59
HSL0%41.18%-
HSV(B)0%41.18%-
XYZ13.4314.1315.38-
YUV105128128-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051051050000.590041.18
Hex6969690003B0029
Octal151151151000730051
Binary11010011101001110100100011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696969; }

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

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

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

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

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

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

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

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