#696464

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

Shades of Dim Gray #696464

Tints of Dim Gray #696464

Color information

#696464 (or 0x696464) is unknown color: approx Dim Gray. HEX triplet: 69, 64 and 64. RGB value is (105,100,100). Sum of RGB (Red+Green+Blue) = 105+100+100=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 105 - color contains mainly: red. Hex color #696464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696464 is #969B9B. Grayscale: #656565. Windows color (decimal): -9870236 or 6579305. OLE color: 6579305.

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

Color convert

RGB105100100-
CMYK00.050.050.59
HSL2.44%40.2%-
HSV(B)4.76%41.18%-
XYZ12.6813.0413.9-
YUV101.5127.16130.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 100 (39.45% from 255) = 32.79%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=34.43%
G=32.79%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510010000.050.050.5902.4440.2
Hex6964640553B0228
Octal151144144055730250
Binary1101001110010011001000101101111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696464; }

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

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

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

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

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

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

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

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