#65696B

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

Shades of Mid Grey #65696B

Tints of Mid Grey #65696B

Color information

#65696B (or 0x65696B) is unknown color: approx Mid Grey. HEX triplet: 65, 69 and 6B. RGB value is (101,105,107). Sum of RGB (Red+Green+Blue) = 101+105+107=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 107 - color contains mainly: blue. Hex color #65696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65696B is #9A9694. Grayscale: #686868. Windows color (decimal): -10131093 or 7039333. OLE color: 7039333.

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

Color convert

RGB101105107-
CMYK0.060.0200.58
HSL200º2.88%40.78%-
HSV(B)200º5.61%41.96%-
XYZ13.0713.9315.91-
YUV104.03129.67125.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.27%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 107 (42.19% from 255) = 34.19%
R=32.27%
G=33.55%
B=34.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1011051070.060.0200.582002.8840.78
Hex65696B6203Ac8329
Octal14515115362072310351
Binary1100101110100111010111101001110101100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65696B; }

 p { color: rgb(101,105,107); }

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

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

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

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

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

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

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