#646667

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

Shades of Mid Grey #646667

Tints of Mid Grey #646667

Color information

#646667 (or 0x646667) is unknown color: approx Mid Grey. HEX triplet: 64, 66 and 67. RGB value is (100,102,103). Sum of RGB (Red+Green+Blue) = 100+102+103=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 103 - color contains mainly: blue. Hex color #646667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646667 is #9B9998. Grayscale: #656565. Windows color (decimal): -10197401 or 6776420. OLE color: 6776420.

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

Color convert

RGB100102103-
CMYK0.030.0100.60
HSL200º1.48%39.8%-
HSV(B)200º2.91%40.39%-
XYZ12.4613.1914.72-
YUV101.52128.84126.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.79%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 103 (40.62% from 255) = 33.77%
R=32.79%
G=33.44%
B=33.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1001021030.030.0100.602001.4839.8
Hex6466673103Cc8128
Octal14414614731074310150
Binary1100100110011011001111110111100110010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646667; }

 p { color: rgb(100,102,103); }

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

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

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

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

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

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

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