#63676A

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

Shades of Mid Grey #63676A

Tints of Mid Grey #63676A

Color information

#63676A (or 0x63676A) is unknown color: approx Mid Grey. HEX triplet: 63, 67 and 6A. RGB value is (99,103,106). Sum of RGB (Red+Green+Blue) = 99+103+106=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 106 - color contains mainly: blue. Hex color #63676A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63676A is #9C9895. Grayscale: #666666. Windows color (decimal): -10262678 or 6973283. OLE color: 6973283.

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

Color convert

RGB99103106-
CMYK0.070.0300.58
HSL205.71º3.41%40.2%-
HSV(B)205.71º6.6%41.57%-
XYZ12.613.3915.56-
YUV102.15130.17125.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=32.14%
G=33.44%
B=34.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal991031060.070.0300.58205.713.4140.2
Hex63676A7303Ace328
Octal14314715273072316350
Binary1100011110011111010101111101110101100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63676A; }

 p { color: rgb(99,103,106); }

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

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

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

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

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

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

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