#63696D

Color #63696D Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #63696D

Tints of Mid Grey #63696D

Color information

#63696D (or 0x63696D) is unknown color: approx Mid Grey. HEX triplet: 63, 69 and 6D. RGB value is (99,105,109). Sum of RGB (Red+Green+Blue) = 99+105+109=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 109 - color contains mainly: blue. Hex color #63696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63696D is #9C9692. Grayscale: #676767. Windows color (decimal): -10262163 or 7170403. OLE color: 7170403.

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

Color convert

RGB99105109-
CMYK0.090.0400.57
HSL204º4.81%40.78%-
HSV(B)204º9.17%42.75%-
XYZ12.9613.8616.46-
YUV103.66131.01124.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.63%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 109 (42.97% from 255) = 34.82%
R=31.63%
G=33.55%
B=34.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal991051090.090.0400.572044.8140.78
Hex63696D94039cc529
Octal143151155114071314551
Binary1100011110100111011011001100011100111001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63696D; }

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

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

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

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

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

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

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

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