#696363

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

Shades of Dim Gray #696363

Tints of Dim Gray #696363

Color information

#696363 (or 0x696363) is unknown color: approx Dim Gray. HEX triplet: 69, 63 and 63. RGB value is (105,99,99). Sum of RGB (Red+Green+Blue) = 105+99+99=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 105 - color contains mainly: red. Hex color #696363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696363 is #969C9C. Grayscale: #646464. Windows color (decimal): -9870493 or 6513513. OLE color: 6513513.

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

Color convert

RGB1059999-
CMYK00.060.060.59
HSL2.94%40%-
HSV(B)5.71%41.18%-
XYZ12.5412.8313.62-
YUV100.79126.99131-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.65%
GREEN value IS 99 (39.06% from 255) = 32.67%
BLUE value IS 99 (39.06% from 255) = 32.67%
R=34.65%
G=32.67%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105999900.060.060.5902.9440
Hex6963630663B0328
Octal151143143066730350
Binary1101001110001111000110110110111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696363; }

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

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

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

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

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

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

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

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